Index: anjuta-2.27.92.0/plugins/gdb/Makefile.am =================================================================== --- anjuta-2.27.92.0.orig/plugins/gdb/Makefile.am +++ anjuta-2.27.92.0/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 Index: anjuta-2.27.92.0/plugins/gdb/Makefile.in =================================================================== --- anjuta-2.27.92.0.orig/plugins/gdb/Makefile.in +++ anjuta-2.27.92.0/plugins/gdb/Makefile.in @@ -415,7 +415,7 @@ libanjuta_gdb_la_SOURCES = \ utilities.h 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