From 3c08c3728bdfe476ff556f469c1de249211265b9 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 18 Jan 2010 11:04:28 +0000 Subject: [PATCH] Merge EXTRA_DIST declarations in tests/Makefile.am --- tests/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 87aef50b..1fcc9e7d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,7 +11,6 @@ if WITH_TESTS TESTS = tests tests2 noinst_PROGRAMS = tests perfs tests2 -EXTRA_DIST = valgrind INCLUDES = \ -DPACKAGE=\"@PACKAGE@\" \ @@ -42,8 +41,8 @@ perfs_LDADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) perfs_LDFLAGS = -rpath `cd $(top_builddir)/lasso/.libs/; pwd` endif - -EXTRA_DIST = $(tests_SOURCES) integration tests.h +g +EXTRA_DIST = valgrind tests.h $(tests_SOURCES) SUBDIRS = data metadata