diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-11 22:03:16 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-11 22:03:16 -0600 |
| commit | 274b3a49d6f516dfb038bc2b2b3de2d4e2511e51 (patch) | |
| tree | 4dbfbfc17fd4e82d4b0879d8ceaf31bdeec7f70a /tools/testapp/Makefile.am | |
| parent | 3a572218ff8520ca284966d9395c2fd06544d233 (diff) | |
| parent | e417951544c716a7f8ed3f7b348135e409cf1356 (diff) | |
| download | libdbusmenu-274b3a49d6f516dfb038bc2b2b3de2d4e2511e51.tar.gz libdbusmenu-274b3a49d6f516dfb038bc2b2b3de2d4e2511e51.tar.bz2 libdbusmenu-274b3a49d6f516dfb038bc2b2b3de2d4e2511e51.zip | |
Updating to group prop change signals branch to get the changes there (oh, pull in some trunk too)
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) |
