aboutsummaryrefslogtreecommitdiff
path: root/tools/testapp/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-07 16:43:15 -0600
committerTed Gould <ted@gould.cx>2011-02-07 16:43:15 -0600
commit3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1 (patch)
treec8b2bb68005950073192a67da33ba998554fa58c /tools/testapp/Makefile.am
parentfd954bb9d7e00405e23acd03a7dda5d97fb66e02 (diff)
parent9c5089892566097a42c8dd75b9eb79a81b57b1e9 (diff)
downloadlibdbusmenu-3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1.tar.gz
libdbusmenu-3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1.tar.bz2
libdbusmenu-3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1.zip
Updating to trunk
Diffstat (limited to 'tools/testapp/Makefile.am')
-rw-r--r--tools/testapp/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/testapp/Makefile.am b/tools/testapp/Makefile.am
index a8b42dd..39de532 100644
--- a/tools/testapp/Makefile.am
+++ b/tools/testapp/Makefile.am
@@ -1,4 +1,10 @@
+if USE_GTK3
+VER=3
+else
+VER=
+endif
+
libexec_PROGRAMS = dbusmenu-testapp
dbusmenu_testapp_SOURCES = \
@@ -12,6 +18,6 @@ dbusmenu_testapp_CFLAGS = \
dbusmenu_testapp_LDADD = \
$(builddir)/../../libdbusmenu-glib/libdbusmenu-glib.la \
- $(builddir)/../../libdbusmenu-gtk/libdbusmenu-gtk.la \
+ $(builddir)/../../libdbusmenu-gtk/libdbusmenu-gtk$(VER).la \
$(DBUSMENUGTK_LIBS) \
$(DBUSMENUTESTS_LIBS)