diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-06-13 16:19:29 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2011-01-28 23:28:38 +0100 |
| commit | 01cbe2f97810549d9ef1ffa2e5957e9ffa408359 (patch) | |
| tree | 81e9ae11f91e0711560f4aef07684f6b65d725c7 | |
| parent | copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl (diff) | |
| download | coreutils-01cbe2f97810549d9ef1ffa2e5957e9ffa408359.tar.gz coreutils-01cbe2f97810549d9ef1ffa2e5957e9ffa408359.zip | |
build: distribute new file, fiemap.h
* src/Makefile.am (noinst_HEADERS): Add fiemap.h.
| -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 \ |
