summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2011-11-14 13:08:47 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2011-11-15 06:18:18 +0100
commit76cd14410c2959e022ddc5ff2ffad89d2643f308 (patch)
tree67ec1165715485fa6b17526fa13902424e52f137 /examples
parent90e171e6f99f5fbd0e58eaf4282732db01359610 (diff)
downloadgtk+-76cd14410c2959e022ddc5ff2ffad89d2643f308.tar.gz
Fix GDK linking for Gtk typelib and example builds
Add missing GDK linking to GIR build and examples: GISCAN Gtk-3.0.gir CCLD gtk-query-immodules-3.0 ./.libs/libgtk-3.so: undefined reference to `gdk_keymap_get_modifier_mask' ./.libs/libgtk-3.so: undefined reference to `gdk_modifier_intent_get_type' ./.libs/libgtk-3.so: undefined reference to `gdk_window_begin_resize_drag_for_device' ./.libs/libgtk-3.so: undefined reference to `gdk_event_triggers_context_menu' collect2: ld returned 1 exit status CCLD grid-packing ../gtk/.libs/libgtk-3.so: undefined reference to `gdk_keymap_get_modifier_mask' [...] https://bugzilla.gnome.org/show_bug.cgi?id=664027
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 011e5a5574..65de8920c0 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -46,11 +46,9 @@ AM_CPPFLAGS = \
LDADD = \
$(top_builddir)/gtk/libgtk-3.la \
+ $(top_builddir)/gdk/libgdk-3.la \
$(GTK_DEP_LIBS)
-drawing_LDADD = $(LDADD) \
- $(top_builddir)/gdk/libgdk-3.la
-
noinst_PROGRAMS = \
hello-world \
window-default \