[gxml: 10/16] * fix make file



commit dd7111508a47d2a69030c3b57ce09201ed872f51
Author: Richard Schwarting <aquarichy gmail com>
Date:   Fri Jul 27 11:14:28 2012 +0200

    * fix make file

 test/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index 0ff7188..bd1c458 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -39,7 +39,7 @@ AM_CFLAGS = \
 
 noinst_PROGRAMS = $(TEST_PROGS)
 
-TEST_PROGS = gxml_test
+TEST_PROGS += gxml_test
 
 VALAFLAGS = \
 	$(top_srcdir)/vapi/config.vapi \
@@ -48,7 +48,8 @@ VALAFLAGS = \
 	--pkg gio-2.0 \
 	--pkg gee-0.8 \
 	--pkg posix \
-	--pkg gxml \
+	--pkg gxml-0.2 \
+	--pkg libxml-2.0 \
 	$(NULL)
 
 gxml_test_VALASOURCES = \
@@ -92,7 +93,7 @@ include_HEADERS = \
 
 CLEANFILES += gxml_test
 
-EXTRA_DIST = \
+EXTRA_DIST += \
 	$(NULL)
 
 



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