From e2b1a8d825ea9c50103d5de2a8e8242c5054f738 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Tue, 25 Jul 2017 02:56:58 +0300 Subject: makefiles re-organization --- tests/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000000..4f653f71ab --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,8 @@ +MAINTAINERCLEANFILES= $(srcdir)/Makefile.in + +nodist_noinst_DATA = \ + $(NULL) + +nodist_noinst_SCRIPTS = \ + stress.sh \ + $(NULL) -- cgit v1.2.3 From cd7b862c4e351b42204caf338027ccb02c79f1a1 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Tue, 25 Jul 2017 03:13:59 +0300 Subject: files should be dist_noinst_* --- tests/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 4f653f71ab..624bf3d831 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,8 +1,8 @@ MAINTAINERCLEANFILES= $(srcdir)/Makefile.in -nodist_noinst_DATA = \ - $(NULL) +dist_noinst_DATA = \ + $(NULL) -nodist_noinst_SCRIPTS = \ +dist_noinst_SCRIPTS = \ stress.sh \ - $(NULL) + $(NULL) -- cgit v1.2.3