aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-20 16:38:03 -0500
committerTed Gould <ted@gould.cx>2010-07-20 16:38:03 -0500
commit5990cf8bc53b7dee827d100085735a4235e240b9 (patch)
treeae3a39e490479bea4b43300121c39859facb6292 /tools/Makefile.am
parent08dda9bbebb64ffe4f45f48346b3670dabe1d869 (diff)
parentaccf3124c2a994078cf5b2520edcd5f841922c6c (diff)
downloadlibdbusmenu-5990cf8bc53b7dee827d100085735a4235e240b9.tar.gz
libdbusmenu-5990cf8bc53b7dee827d100085735a4235e240b9.tar.bz2
libdbusmenu-5990cf8bc53b7dee827d100085735a4235e240b9.zip
* Upstream Merge
* Making dbusmenu-dumper have a click to dump feature.
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