From a6422da0a26c93516a14fd08186d2eb2c50f221a Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Wed, 19 Nov 2014 21:20:27 +0100 Subject: [PATCH] Make sure we don't try to build test data * tests/Makefile.am: Replace EXTRA_DIST with noinst_DATA. Signed-off-by: Dodji Seketeli --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8e24612a..c0825575 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -98,7 +98,7 @@ printdifftree_LDADD = $(top_builddir)/src/libabigail.la AM_CPPFLAGS=-I${abs_top_srcdir}/include \ -I${abs_top_builddir}/include -I${abs_top_srcdir}/tools -EXTRA_DIST= \ +noinst_DATA = \ data/test-read-write/test0.xml \ data/test-read-write/test1.xml \ data/test-read-write/test2.xml \