[anjuta] gbf-am: build fix #586926
- From: Massimo Cora' <mcora src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] gbf-am: build fix #586926
- Date: Thu, 25 Jun 2009 19:00:14 +0000 (UTC)
commit 4cf52d6bf06ed1587e438d1672254d4b1d697660
Author: Massimo Corà <mcora src gnome org>
Date: Thu Jun 25 20:58:10 2009 +0200
gbf-am: build fix #586926
plugins/gbf-am/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/plugins/gbf-am/Makefile.am b/plugins/gbf-am/Makefile.am
index e1ee0a9..3641d5c 100644
--- a/plugins/gbf-am/Makefile.am
+++ b/plugins/gbf-am/Makefile.am
@@ -46,7 +46,8 @@ libgbf_am_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
libgbf_am_la_LIBADD = \
$(GIO_LIBS) \
- $(LIBANJUTA_LIBS)
+ $(LIBANJUTA_LIBS) \
+ $(LIBXML_LIBS)
# Test program
@@ -57,7 +58,8 @@ test_SOURCES = \
test_LDADD = \
libgbf-am.la \
- $(LIBANJUTA_LIBS)
+ $(LIBANJUTA_LIBS) \
+ $(LIBXML_LIBS)
EXTRA_DIST = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]