From: Francis Dupont Date: Fri, 16 Oct 2015 12:19:39 +0000 (+0200) Subject: [master] Fixed bare make distcheck X-Git-Tag: trac3874_base~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4004f8a6db3ab7a8f0e8a6a7462e3a098fb56e7;p=thirdparty%2Fkea.git [master] Fixed bare make distcheck --- diff --git a/Makefile.am b/Makefile.am index 3f334b9b6e..897be34b64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,8 +108,6 @@ install-exec-hook: mkdir -p $(DESTDIR)${localstatedir}/log/ mkdir -p $(DESTDIR)${localstatedir}/run/${PACKAGE_NAME} -### include tool to generate documentation from log message specifications -### in the distributed tarball: EXTRA_DIST = tools/path_replacer.sh EXTRA_DIST += tools/mk_cfgrpt.sh diff --git a/tools/Makefile.am b/tools/Makefile.am index 077187d758..92a7c37d90 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -13,4 +13,7 @@ if GENERATE_DOCS noinst_PROGRAMS = system_messages system_messages_SOURCES = system_messages.cc +# For bare distcheck +EXTRA_DIST = system_messages + endif