9ae6dc5056
Copy from home:vuntz:branches:GNOME:Factory/anjuta via accept of submit request 20241 revision 27. OBS-URL: https://build.opensuse.org/request/show/20241 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=31
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
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
|