summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStepan Kasal <skasal@redhat.com>2007-05-15 20:46:31 +0200
committerKarel Zak <kzak@redhat.com>2007-05-16 11:43:31 +0200
commit7f97ecc9382a7c9f5dc2d514d659847c5fbb752b (patch)
tree4677f3266f145dc8f8b25e25221fa56c407a12b1 /include
parent0b9f737e0b28c96ea38af2002cf9d33fbf95c844 (diff)
downloadutil-linux-old-7f97ecc9382a7c9f5dc2d514d659847c5fbb752b.tar.gz
build-sys: use dist_noinst_HEADERS in include/Makefile.am
It is slightly more appropriate. Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index e55ea078..153c45ee 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,3 +1,4 @@
include $(top_srcdir)/config/include-Makefile.am
-EXTRA_DIST = carefulputc.h env.h errs.h linux_reboot.h md5.h nls.h pathnames.h setproctitle.h widechar.h xstrncpy.h
+dist_noinst_HEADERS = carefulputc.h env.h errs.h linux_reboot.h md5.h \
+ nls.h pathnames.h setproctitle.h widechar.h xstrncpy.h