aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDennis Schridde <devurandom@gmx.net>2011-09-02 21:57:04 -0500
committerTed Gould <ted@gould.cx>2011-09-02 21:57:04 -0500
commit587b3cdf66d99cc4c52dd49ba04cfbbd518b6c98 (patch)
tree825ae4f2abba65f33ac82c5bf0f4ce1aabefffad /tools
parent35265154f7d70dc31837ff8fe4e45a810c393c2b (diff)
downloadlibdbusmenu-587b3cdf66d99cc4c52dd49ba04cfbbd518b6c98.tar.gz
libdbusmenu-587b3cdf66d99cc4c52dd49ba04cfbbd518b6c98.tar.bz2
libdbusmenu-587b3cdf66d99cc4c52dd49ba04cfbbd518b6c98.zip
Remove unneeded dbusmenu-GTK dep in testapp
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 39de532..f59f839 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 = dbusmenu-testapp
dbusmenu_testapp_SOURCES = \
@@ -18,6 +12,4 @@ dbusmenu_testapp_CFLAGS = \
dbusmenu_testapp_LDADD = \
$(builddir)/../../libdbusmenu-glib/libdbusmenu-glib.la \
- $(builddir)/../../libdbusmenu-gtk/libdbusmenu-gtk$(VER).la \
- $(DBUSMENUGTK_LIBS) \
$(DBUSMENUTESTS_LIBS)