aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-09-02 21:59:28 -0500
committerTed Gould <ted@gould.cx>2011-09-02 21:59:28 -0500
commita3c7dedec7121b2dc3c89cc576a02c5f1bc01553 (patch)
tree9453ca8f5ed854599482161ce2a595648d1db74d /tools
parent5fb997f1715d39613eddbbad88f3f6098dcb6fb3 (diff)
parent587b3cdf66d99cc4c52dd49ba04cfbbd518b6c98 (diff)
downloadlibdbusmenu-a3c7dedec7121b2dc3c89cc576a02c5f1bc01553.tar.gz
libdbusmenu-a3c7dedec7121b2dc3c89cc576a02c5f1bc01553.tar.bz2
libdbusmenu-a3c7dedec7121b2dc3c89cc576a02c5f1bc01553.zip
Make the test app not depend on dbusmenu-GTK
Diffstat (limited to 'tools')
-rw-r--r--tools/testapp/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/testapp/Makefile.am b/tools/testapp/Makefile.am
index ee12ec9..e2bbde7 100644
--- a/tools/testapp/Makefile.am
+++ b/tools/testapp/Makefile.am
@@ -1,10 +1,4 @@
-if USE_GTK3
-VER=3
-else
-VER=
-endif
-
libexec_PROGRAMS =
if WANT_TESTS
@@ -22,6 +16,4 @@ dbusmenu_testapp_CFLAGS = \
dbusmenu_testapp_LDADD = \
$(builddir)/../../libdbusmenu-glib/libdbusmenu-glib.la \
- $(builddir)/../../libdbusmenu-gtk/libdbusmenu-gtk$(VER).la \
- $(DBUSMENUGTK_LIBS) \
$(DBUSMENUTESTS_LIBS)