From: Jim Meyering Date: Sat, 15 Oct 2016 22:27:48 +0000 (-0700) Subject: build: also distribute new file, src/die.h X-Git-Tag: v8.26~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d035eacfdeba2da0134e606c8a63b2f3c0bd05bb;p=thirdparty%2Fcoreutils.git build: also distribute new file, src/die.h * src/local.mk (noinst_HEADERS): Add die.h. --- diff --git a/src/local.mk b/src/local.mk index 6afaf836af..a8d7866a9e 100644 --- a/src/local.mk +++ b/src/local.mk @@ -43,6 +43,7 @@ noinst_HEADERS = \ src/chown-core.h \ src/copy.h \ src/cp-hash.h \ + src/die.h \ src/dircolors.h \ src/expand-common.h \ src/fiemap.h \