diff options
author | Jim Meyering <meyering@redhat.com> | 2010-06-13 16:19:29 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-01-30 20:44:11 +0100 |
commit | a50ca679a16241a2ea930cbeb52ed9ed34c10977 (patch) | |
tree | 0f551f48ec564b46eb4f437c5d380e178119c7f4 /src | |
parent | d232c1cc20383c8e43c9f318a34140e3bd2026af (diff) | |
download | coreutils-a50ca679a16241a2ea930cbeb52ed9ed34c10977.tar.xz |
build: distribute new file, fiemap.h
* src/Makefile.am (noinst_HEADERS): Add fiemap.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 91364635f..986bd217f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -145,6 +145,7 @@ noinst_HEADERS = \ copy.h \ cp-hash.h \ dircolors.h \ + fiemap.h \ find-mount-point.h \ fs.h \ group-list.h \ |