aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-02 14:38:34 -0500
committerTed Gould <ted@gould.cx>2010-08-02 14:38:34 -0500
commita77f998ed89128b6b1a601fa534fa2bba5cb303b (patch)
treeb87ed55b76c66fe646e5b37e22f978d309ef8b1f /tools/Makefile.am
parentc6c4c285c3844cb3ed50a41068bf7278604c41dd (diff)
parent10cf92485ff65b6b5c17ee51fda006f079adc8c3 (diff)
downloadlibdbusmenu-a77f998ed89128b6b1a601fa534fa2bba5cb303b.tar.gz
libdbusmenu-a77f998ed89128b6b1a601fa534fa2bba5cb303b.tar.bz2
libdbusmenu-a77f998ed89128b6b1a601fa534fa2bba5cb303b.zip
* Updating to packaging branch
* Globbing layout signaling from the server * Globbing property requests into group requests * New upstream release. - Added ItemActivationRequested signal. * New upstream release. * Making dbusmenu-dumper have a click to dump feature. * Autogen update
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 77d6eef..48993f1 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -10,11 +10,14 @@ dbusmenu_dumper_SOURCES = \
dbusmenu_dumper_CFLAGS = \
-I $(srcdir)/.. \
- $(DBUSMENUGLIB_CFLAGS) -Wall -Werror
+ $(DBUSMENUGLIB_CFLAGS) \
+ $(DBUSMENUDUMPER_CFLAGS) \
+ -Wall -Werror
dbusmenu_dumper_LDADD = \
../libdbusmenu-glib/libdbusmenu-glib.la \
- $(DBUSMENUGLIB_LIBS)
+ $(DBUSMENUGLIB_LIBS) \
+ $(DBUSMENUDUMPER_LIBS)
doc_DATA = README.dbusmenu-bench