* src/Makefile.am (noinst_HEADERS): Add fiemap.h. Signed-off-by: Jie Liu <[email protected]> --- coreutils-6.9/src/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/coreutils-6.9/src/Makefile.am b/coreutils-6.9/src/Makefile.am index 863a32b..af132e1 100644 --- a/coreutils-6.9/src/Makefile.am +++ b/coreutils-6.9/src/Makefile.am @@ -43,7 +43,8 @@ noinst_HEADERS = \ remove.h \ system.h \ wheel-size.h \ - wheel.h + wheel.h \ + fiemap.h EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \ groups.sh wheel-gen.pl extract-magic c99-to-c89.diff -- 1.5.4.3 _______________________________________________ Ocfs2-devel mailing list [email protected] http://oss.oracle.com/mailman/listinfo/ocfs2-devel
