diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2014-10-15 16:15:35 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2014-10-15 16:15:35 +0200 |
commit | 582adcab1ad0b03a39c1da423a27e7d1b903d7ec (patch) | |
tree | 16e0eb7202ec1a2d22566e49f3d80366e921b469 /tests | |
parent | c26b2c920935d59cc72e562821eabe0cd22c4921 (diff) | |
download | gtk+-582adcab1ad0b03a39c1da423a27e7d1b903d7ec.tar.gz |
Add GDK_DEP_LIBS to demos and tests
Some of them depend on libepoxy now.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index b6a60996c5..d0eabaec91 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,6 +18,7 @@ LDADD = \ $(top_builddir)/gtk/libgtk-3.la \ $(top_builddir)/gdk/libgdk-3.la \ $(GTK_DEP_LIBS) \ + $(GDK_DEP_LIBS) \ -lm if USE_X11 |