diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-06-13 16:19:29 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2010-06-13 16:19:29 +0200 |
| commit | be5548445e90a36ab5018cac0fb19f2498d0521c (patch) | |
| tree | 6678af04bf807ce0bf2178d2313322d136b9afdf | |
| parent | copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl (diff) | |
| download | coreutils-be5548445e90a36ab5018cac0fb19f2498d0521c.tar.gz coreutils-be5548445e90a36ab5018cac0fb19f2498d0521c.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 0630a069d..7d563122a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -145,6 +145,7 @@ noinst_HEADERS = \ copy.h \ cp-hash.h \ dircolors.h \ + fiemap.h \ fs.h \ group-list.h \ ls.h \ |
