[gxml] test: Do not install test data files, bug #682708



commit 4f221084d021082cabc9d2f106204f0ac7c319e6
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Sat Oct 6 11:06:52 2012 -0400

    test: Do not install test data files, bug #682708

 test/Makefile.am |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index 7a4a44b..e5b6a03 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -73,14 +73,6 @@ gxml_test_LDFLAGS = $(AM_LDFLAGS)
 
 #...
 
-testdir = $(top_builddir)/test
-
-test_DATA = \
-	test_out_path_expected.xml \
-	test_out_stream_expected.xml \
-	test.xml \
-	$(NULL)
-
 BUILT_SOURCES = gxml_test.vala.stamp
 
 CLEANFILES =  $(BUILT_SOURCES) gxml_test
@@ -88,6 +80,8 @@ CLEANFILES =  $(BUILT_SOURCES) gxml_test
 DISTCLEANFILES = _serialization_test_*.xml
 
 EXTRA_DIST += \
-	$(test_DATA) \
+	test_out_path_expected.xml \
+	test_out_stream_expected.xml \
+	test.xml \
 	$(NULL)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]