[gxml] Fixed build issues. Adding missing libraries to test/Makefile.am



commit 9aa1090dc3420c1729a0450b567b7a99f7aead28
Author: Daniel Espinosa <esodan gmail com>
Date:   Tue Jun 25 21:09:34 2013 -0500

    Fixed build issues. Adding missing libraries to test/Makefile.am

 test/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index e5b6a03..392308f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -15,6 +15,7 @@ AM_CFLAGS = \
        $(GXML_CFLAGS) \
        $(GEE_CFLAGS) \
        $(LIBXML_CFLAGS) \
+       $(GIO_CFLAGS) \
        -I$(top_srcdir) \
        -DTEST_DIR=\""$(top_srcdir)/test"\" \
        $(NULL)
@@ -59,7 +60,10 @@ gxml_test_VALAFLAGS = \
 gxml_test_LDADD = \
        $(AM_LDADD) \
        $(GLIB_LIBS) \
+       $(GEE_LIBS) \
        $(GXML_LIBS) \
+       $(LIBXML_LIBS) \
+       $(GIO_LIBS) \
        -L$(top_srcdir)/gxml -lgxml \
        $(NULL)
 


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