diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-07 16:43:15 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-07 16:43:15 -0600 |
| commit | 3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1 (patch) | |
| tree | c8b2bb68005950073192a67da33ba998554fa58c /tools/testapp/Makefile.am | |
| parent | fd954bb9d7e00405e23acd03a7dda5d97fb66e02 (diff) | |
| parent | 9c5089892566097a42c8dd75b9eb79a81b57b1e9 (diff) | |
| download | libdbusmenu-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.am | 8 |
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) |
