From a7ec9a08a19c80ed48aacabff8fa330d70800574 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Fri, 17 Apr 2015 13:23:51 -0700 Subject: Don't define dist_noinst_DATA in included Makefile This is vulnerable to being overwritten. Instead, define it in the top level Makefile and append to it in the included Makefile. [endlessm/eos-sdk#3054] --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 51f1d7c..9e3aa02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,8 @@ ACLOCAL_AMFLAGS = -I m4 # Extra files to distribute in the tarball EXTRA_DIST = README.md @EOS_SDK_API_NAME@.pc.in +# As above, but files in dist_noinst_DATA also need to be built by make +dist_noinst_DATA = # Compiler flags DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -- cgit v1.2.3