[anjuta] gdb: bgo#594665 - Fix link of test program
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta] gdb: bgo#594665 - Fix link of test program
- Date: Wed, 9 Sep 2009 18:00:19 +0000 (UTC)
commit 9e90097fdd7d34a2ba80e0847a6157a39196f2fb
Author: Vincent Untz <vuntz gnome org>
Date: Wed Sep 9 19:59:59 2009 +0200
gdb: bgo#594665 - Fix link of test program
plugins/gdb/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gdb/Makefile.am b/plugins/gdb/Makefile.am
index 1fe8ba3..1ea0faf 100644
--- a/plugins/gdb/Makefile.am
+++ b/plugins/gdb/Makefile.am
@@ -47,7 +47,7 @@ libanjuta_gdb_la_SOURCES = \
noinst_PROGRAMS = gdbmi-test
gdbmi_test_SOURCES = gdbmi-test.c gdbmi.c gdbmi.h debugger.h
-gdbmi_test_LDADD = $(LIBANJUTA_LIBS) $(LIBXML_LIBS)
+gdbmi_test_LDADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) $(LIBXML_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]