diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-06-13 16:19:29 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2011-01-22 12:16:43 +0100 |
| commit | 80ed842ab1518aaf996b64d60c6915a2df1b0137 (patch) | |
| tree | d55e458ae22d4504aef14b8c00d7d6f60a5eace2 | |
| parent | copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl (diff) | |
| download | coreutils-80ed842ab1518aaf996b64d60c6915a2df1b0137.tar.gz coreutils-80ed842ab1518aaf996b64d60c6915a2df1b0137.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 \ |
