summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2010-06-07 12:48:51 +0200
committerKarel Zak2010-06-07 12:48:51 +0200
commit42cb90dcaa558bd9b6440be649cf58cf0e418e38 (patch)
tree26835692265972de1b12a35e2fc53b00e7fb3a1b /include/Makefile.am
parentbuild-sys: use include/list.h (diff)
downloadkernel-qcow2-util-linux-42cb90dcaa558bd9b6440be649cf58cf0e418e38.tar.gz
kernel-qcow2-util-linux-42cb90dcaa558bd9b6440be649cf58cf0e418e38.tar.xz
kernel-qcow2-util-linux-42cb90dcaa558bd9b6440be649cf58cf0e418e38.zip
build-sys: update include/Makefile.am
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index c726b9d2f..3b93acd07 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