aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorAurelien Gateau <aurelien.gateau@canonical.com>2010-07-19 12:53:38 +0200
committerAurelien Gateau <aurelien.gateau@canonical.com>2010-07-19 12:53:38 +0200
commit9f4213d9d59c84c9c4811a69ee50d4baaab6dc58 (patch)
treeacd11148b8ec9cc1e4938dbc058bfaf1767d6050 /tools/Makefile.am
parentd1c480d8bf683cfb1a4fec7d9d6fd53e969bbf19 (diff)
downloadlibdbusmenu-9f4213d9d59c84c9c4811a69ee50d4baaab6dc58.tar.gz
libdbusmenu-9f4213d9d59c84c9c4811a69ee50d4baaab6dc58.tar.bz2
libdbusmenu-9f4213d9d59c84c9c4811a69ee50d4baaab6dc58.zip
Started to implement click-to-dump
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 77d6eef..a36d224 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -10,11 +10,11 @@ dbusmenu_dumper_SOURCES = \
dbusmenu_dumper_CFLAGS = \
-I $(srcdir)/.. \
- $(DBUSMENUGLIB_CFLAGS) -Wall -Werror
+ $(DBUSMENUGLIB_CFLAGS) -I/usr/include/dbus-1.0 -Wall -Werror
dbusmenu_dumper_LDADD = \
../libdbusmenu-glib/libdbusmenu-glib.la \
- $(DBUSMENUGLIB_LIBS)
+ $(DBUSMENUGLIB_LIBS) -lX11 -ldbus-glib-1
doc_DATA = README.dbusmenu-bench