diff options
| author | Ted Gould <ted@gould.cx> | 2010-11-11 11:28:43 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-11-11 11:28:43 -0600 |
| commit | d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa (patch) | |
| tree | bc30d10509e8f2814ea6c7e39fe2c9154df353e1 /tools/testapp/Makefile.am | |
| parent | 6e1734e1ad6ea13270afc6c9730d3e4ded2cda02 (diff) | |
| parent | f0c24c976f319d0b087adc0c8bc694cf930aa30b (diff) | |
| download | libdbusmenu-d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa.tar.gz libdbusmenu-d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa.tar.bz2 libdbusmenu-d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa.zip | |
* New upstream release.
* Adding build support for GTK2/3 builds
* Only force a flush of top level items, allow others to be
based on the count.
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) |
