From: Stepan Kasal Date: Tue, 15 May 2007 18:46:31 +0000 (+0200) Subject: build-sys: use dist_noinst_HEADERS in include/Makefile.am X-Git-Tag: v2.13-rc1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f97ecc9382a7c9f5dc2d514d659847c5fbb752b;p=thirdparty%2Futil-linux.git build-sys: use dist_noinst_HEADERS in include/Makefile.am It is slightly more appropriate. Signed-off-by: Stepan Kasal --- diff --git a/include/Makefile.am b/include/Makefile.am index e55ea0786b..153c45ee05 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