[anjuta/system-db-refactor] am-project, gdb: fix compiling issues.



commit 855cede93fa7d6959c521f4360c4764c25a48872
Author: Massimo Corà <mcora src gnome org>
Date:   Fri Mar 4 00:20:39 2011 +0100

    am-project, gdb: fix compiling issues.

 plugins/am-project/Makefile.am |    4 ++--
 plugins/gdb/Makefile.am        |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/plugins/am-project/Makefile.am b/plugins/am-project/Makefile.am
index fc7b09d..18e78e3 100644
--- a/plugins/am-project/Makefile.am
+++ b/plugins/am-project/Makefile.am
@@ -98,8 +98,8 @@ projectparser_SOURCES = \
 projectparser_LDADD = \
 	libam-project.la \
 	$(GIO_LIBS) \
-	$(LIBANJUTA_LIBS)
-
+	$(LIBANJUTA_LIBS) \
+	$(ANJUTA_LIBS)
 
 EXTRA_DIST = \
 	$(plugin_in_files) \
diff --git a/plugins/gdb/Makefile.am b/plugins/gdb/Makefile.am
index 812f1a2..652c3a2 100644
--- a/plugins/gdb/Makefile.am
+++ b/plugins/gdb/Makefile.am
@@ -50,7 +50,8 @@ libanjuta_gdb_la_SOURCES = \
 
 noinst_PROGRAMS = gdbmi-test
 gdbmi_test_SOURCES = gdbmi-test.c gdbmi.c gdbmi.h debugger.h
-gdbmi_test_LDADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) $(XML_LIBS)
+gdbmi_test_LDADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) $(XML_LIBS) $(ANJUTA_LIBS)
+
 # This last line do nothing but it is needed to avoid the error
 # gdbmi.o created with both libtool and without
 # Need AM_PROG_CC_C_0 in configure.in too



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