diff options
| author | Ted Gould <ted@gould.cx> | 2010-02-04 12:15:43 -0800 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-02-04 12:15:43 -0800 |
| commit | f4e269ae5e012ceacdb2f1f853786e65d0d50b20 (patch) | |
| tree | af7ab25989026812eac2b6bd1805ec14274e8a72 /tools/testapp/Makefile.am | |
| parent | 3ebb5c0a4f9066c4b04bdcfb55a499370ab4237b (diff) | |
| parent | 2f1f7b99f47fa830f1a09825905d4cfea0832210 (diff) | |
| download | libdbusmenu-f4e269ae5e012ceacdb2f1f853786e65d0d50b20.tar.gz libdbusmenu-f4e269ae5e012ceacdb2f1f853786e65d0d50b20.tar.bz2 libdbusmenu-f4e269ae5e012ceacdb2f1f853786e65d0d50b20.zip | |
* Upstream Release 0.2.2
* Adding tools for timing dbusmenu
Diffstat (limited to 'tools/testapp/Makefile.am')
| -rw-r--r-- | tools/testapp/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/testapp/Makefile.am b/tools/testapp/Makefile.am new file mode 100644 index 0000000..a8b42dd --- /dev/null +++ b/tools/testapp/Makefile.am @@ -0,0 +1,17 @@ + +libexec_PROGRAMS = dbusmenu-testapp + +dbusmenu_testapp_SOURCES = \ + main.c + +dbusmenu_testapp_CFLAGS = \ + -I $(srcdir)/../.. \ + $(DBUSMENUTESTS_CFLAGS) \ + $(DBUSMENUGLIB_CFLAGS) \ + -Wall -Werror + +dbusmenu_testapp_LDADD = \ + $(builddir)/../../libdbusmenu-glib/libdbusmenu-glib.la \ + $(builddir)/../../libdbusmenu-gtk/libdbusmenu-gtk.la \ + $(DBUSMENUGTK_LIBS) \ + $(DBUSMENUTESTS_LIBS) |
