summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:31 +0200
committerKarel Zak2007-05-16 11:43:31 +0200
commit7f97ecc9382a7c9f5dc2d514d659847c5fbb752b (patch)
tree4677f3266f145dc8f8b25e25221fa56c407a12b1
parentbuild-sys: in the clean targets use "find ... | xargs rm -f" (diff)
downloadkernel-qcow2-util-linux-7f97ecc9382a7c9f5dc2d514d659847c5fbb752b.tar.gz
kernel-qcow2-util-linux-7f97ecc9382a7c9f5dc2d514d659847c5fbb752b.tar.xz
kernel-qcow2-util-linux-7f97ecc9382a7c9f5dc2d514d659847c5fbb752b.zip
build-sys: use dist_noinst_HEADERS in include/Makefile.am
It is slightly more appropriate. Signed-off-by: Stepan Kasal <skasal@redhat.com>
-rw-r--r--include/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index e55ea0786..153c45ee0 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