summaryrefslogtreecommitdiff
path: root/gtk/tests
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2010-12-22 15:01:50 +1100
committerRobert Ancell <robert.ancell@canonical.com>2010-12-22 15:01:50 +1100
commitf4419be0d68c84ea94488bf1c75c4b6f767b8773 (patch)
tree349f386a4e6369a9092b5c00bce0cc083fcf25f9 /gtk/tests
parente60eff282aaa6b0e3f79876e8414911a5b34c6cf (diff)
downloadgtk+-f4419be0d68c84ea94488bf1c75c4b6f767b8773.tar.gz
Fix DSO link issues
Diffstat (limited to 'gtk/tests')
-rw-r--r--gtk/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/tests/Makefile.am b/gtk/tests/Makefile.am
index 35105d329f..34367ee4db 100644
--- a/gtk/tests/Makefile.am
+++ b/gtk/tests/Makefile.am
@@ -15,6 +15,7 @@ DEPS = \
progs_ldadd = \
$(top_builddir)/gtk/libgtk-3.0.la \
+ $(top_builddir)/gdk/libgdk-3.0.la \
$(GTK_DEP_LIBS)
noinst_PROGRAMS = $(TEST_PROGS) $(SAMPLE_PROGS)