]> sourceware.org Git - libabigail.git/commitdiff
Make sure we don't try to build test data
authorDodji Seketeli <dodji@redhat.com>
Wed, 19 Nov 2014 20:20:27 +0000 (21:20 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 19 Nov 2014 20:20:27 +0000 (21:20 +0100)
* tests/Makefile.am: Replace EXTRA_DIST with noinst_DATA.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tests/Makefile.am

index 8e24612aaac292289e1c4d778d199dd8d53fd1dd..c0825575297d2ce6aebecf4b28d4253c2265c162 100644 (file)
@@ -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 \
This page took 0.038403 seconds and 5 git commands to generate.