diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-21 11:22:46 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-21 11:22:46 -0600 |
| commit | 2f92a8662f5a84f9ef35dd847539f573f60edc5f (patch) | |
| tree | 9c00fda471a88fcc331c858bc2de66076f7de9ef /tools/testapp/Makefile.am | |
| parent | 71020d95b0eb9f583523628261d26336a5dceb39 (diff) | |
| parent | 34248e4fe3aeef17be5fe9f2339057fbaee81ad2 (diff) | |
| download | libdbusmenu-2f92a8662f5a84f9ef35dd847539f573f60edc5f.tar.gz libdbusmenu-2f92a8662f5a84f9ef35dd847539f573f60edc5f.tar.bz2 libdbusmenu-2f92a8662f5a84f9ef35dd847539f573f60edc5f.zip | |
Another update 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) |
