diff options
author | Karel Zak <kzak@redhat.com> | 2010-06-07 12:48:51 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-06-07 12:48:51 +0200 |
commit | 42cb90dcaa558bd9b6440be649cf58cf0e418e38 (patch) | |
tree | 26835692265972de1b12a35e2fc53b00e7fb3a1b | |
parent | a8954ee0055322ae0ed72a4a16ea82d3f17a7331 (diff) | |
download | util-linux-old-42cb90dcaa558bd9b6440be649cf58cf0e418e38.tar.gz |
build-sys: update include/Makefile.am
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | include/Makefile.am | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index c726b9d2..3b93acd0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,29 +1,30 @@ include $(top_srcdir)/config/include-Makefile.am dist_noinst_HEADERS = \ - c.h \ bitops.h \ blkdev.h \ canonicalize.h \ carefulputc.h \ + c.h \ + cpuset.h \ + crc32.h \ env.h \ fsprobe.h \ ismounted.h \ linux_reboot.h \ linux_version.h \ list.h \ - md5.h \ + mangle.h \ mbsalign.h \ + md5.h \ nls.h \ pathnames.h \ setproctitle.h \ + strtosize.h \ swapheader.h \ tt.h \ usleep.h \ wholedisk.h \ widechar.h \ - crc32.h \ - mangle.h \ - strtosize.h \ - xstrncpy.h \ - writeall.h + writeall.h \ + xstrncpy.h |