Fix linking of drawing example

Commit 80e1340e introduced using a GDK method in examples/drawing.c, so
actually link that to GDK. Fixes build failure with --as-needed linker option
and gcc 4.5.
This commit is contained in:
Martin Pitt 2011-01-19 15:40:46 +01:00
parent cbbfe48ee4
commit d45a0114a5

View File

@ -48,6 +48,9 @@ LDADD = \
$(top_builddir)/gtk/libgtk-3.0.la \
$(GTK_DEP_LIBS)
drawing_LDADD = $(LDADD) \
$(top_builddir)/gdk/libgdk-3.0.la
noinst_PROGRAMS = \
hello-world \
window-default \