build-sys: use dist_noinst_HEADERS in include/Makefile.am

It is slightly more appropriate.

Signed-off-by: Stepan Kasal <skasal@redhat.com>
This commit is contained in:
Stepan Kasal 2007-05-15 20:46:31 +02:00 committed by Karel Zak
parent 0b9f737e0b
commit 7f97ecc938
1 changed files with 2 additions and 1 deletions

View File

@ -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