diff options
| author | Ted Gould <ted@gould.cx> | 2011-09-20 00:02:09 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-09-20 00:02:09 -0500 |
| commit | c808cc90d518f9b010d937a13a8db0e8018fa9fd (patch) | |
| tree | 27f576440a677c19c7610a408b27ee70b5d5e4d9 /tools/testapp/Makefile.am | |
| parent | 549dcbddf1b835ba18a259f15669a29d9660ccf3 (diff) | |
| parent | 451acabd0340c1f0196ec0fe8a6ef62ead4e77f9 (diff) | |
| download | libdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.tar.gz libdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.tar.bz2 libdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.zip | |
Import upstream version 0.4.94
Diffstat (limited to 'tools/testapp/Makefile.am')
| -rw-r--r-- | tools/testapp/Makefile.am | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tools/testapp/Makefile.am b/tools/testapp/Makefile.am index 39de532..e2bbde7 100644 --- a/tools/testapp/Makefile.am +++ b/tools/testapp/Makefile.am @@ -1,11 +1,9 @@ -if USE_GTK3 -VER=3 -else -VER= -endif +libexec_PROGRAMS = -libexec_PROGRAMS = dbusmenu-testapp +if WANT_TESTS +libexec_PROGRAMS += dbusmenu-testapp +endif dbusmenu_testapp_SOURCES = \ main.c @@ -18,6 +16,4 @@ dbusmenu_testapp_CFLAGS = \ dbusmenu_testapp_LDADD = \ $(builddir)/../../libdbusmenu-glib/libdbusmenu-glib.la \ - $(builddir)/../../libdbusmenu-gtk/libdbusmenu-gtk$(VER).la \ - $(DBUSMENUGTK_LIBS) \ $(DBUSMENUTESTS_LIBS) |
