summaryrefslogtreecommitdiff
path: root/tests/visuals/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-11-20 11:19:32 +0100
committerBenjamin Otte <otte@redhat.com>2016-11-20 11:19:32 +0100
commitdfd9150a820faa43363be589dfaae095d504f0ad (patch)
tree694b112944c3e80503ae8fae0c4b97d3ea4cd3c2 /tests/visuals/Makefile.am
parentfef2f96add2b6e3fa6fcb82535008e2ecd571634 (diff)
downloadgtk+-dfd9150a820faa43363be589dfaae095d504f0ad.tar.gz
build: Don't link against libgtk and libgdk
libgdk is statically linked these days, so if you link against it, all of its symbols will exist twice: Once in libgtk.so and once in your binary.
Diffstat (limited to 'tests/visuals/Makefile.am')
-rw-r--r--tests/visuals/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/visuals/Makefile.am b/tests/visuals/Makefile.am
index 43dfa6818e..ec29539d26 100644
--- a/tests/visuals/Makefile.am
+++ b/tests/visuals/Makefile.am
@@ -13,7 +13,6 @@ DEPS = \
LDADDS = \
$(top_builddir)/gtk/libgtk-4.la \
- $(top_builddir)/gdk/libgdk-4.la \
$(GTK_DEP_LIBS) \
-lm