aboutsummaryrefslogtreecommitdiff
path: root/tools/testapp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-04 11:34:58 -0800
committerTed Gould <ted@gould.cx>2010-02-04 11:34:58 -0800
commitbb0daba39ea35727a998dc4f8e21f36b00ca13cb (patch)
treeb77e7d8dd8e4326553f699b99988e9b578cbf46b /tools/testapp
parentdf8331dc89aee9384dedf90fb7f309b863ac55c5 (diff)
downloadlibdbusmenu-bb0daba39ea35727a998dc4f8e21f36b00ca13cb.tar.gz
libdbusmenu-bb0daba39ea35727a998dc4f8e21f36b00ca13cb.tar.bz2
libdbusmenu-bb0daba39ea35727a998dc4f8e21f36b00ca13cb.zip
Adding build system for the dbusmenu-testapp
Diffstat (limited to 'tools/testapp')
-rw-r--r--tools/testapp/Makefile.am17
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)