diff options
author | Jim Meyering <meyering@fb.com> | 2016-10-15 15:27:48 -0700 |
---|---|---|
committer | Jim Meyering <meyering@fb.com> | 2016-10-15 16:52:14 -0700 |
commit | d035eacfdeba2da0134e606c8a63b2f3c0bd05bb (patch) | |
tree | f7eeddac51f1bcdfdba9d21b50a775ab0df1f36d /src | |
parent | dad7ab0b7b322a800e6b1012b777169169068388 (diff) | |
download | coreutils-d035eacfdeba2da0134e606c8a63b2f3c0bd05bb.tar.xz |
build: also distribute new file, src/die.h
* src/local.mk (noinst_HEADERS): Add die.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/local.mk b/src/local.mk index 6afaf836a..a8d7866a9 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 \ |