diff options
author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-07-19 17:21:38 +0200 |
---|---|---|
committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-07-19 17:21:38 +0200 |
commit | 6da7a3341f028d913fd3ad01d47a59f436b5e780 (patch) | |
tree | f0214712d5b645b300e71cf8b4f4eaf0f173e48d /tools | |
parent | 9f4213d9d59c84c9c4811a69ee50d4baaab6dc58 (diff) | |
download | libdbusmenu-6da7a3341f028d913fd3ad01d47a59f436b5e780.tar.gz libdbusmenu-6da7a3341f028d913fd3ad01d47a59f436b5e780.tar.bz2 libdbusmenu-6da7a3341f028d913fd3ad01d47a59f436b5e780.zip |
Use pkgconfig to find libx11
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index a36d224..3cd5538 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -10,11 +10,11 @@ dbusmenu_dumper_SOURCES = \ dbusmenu_dumper_CFLAGS = \ -I $(srcdir)/.. \ - $(DBUSMENUGLIB_CFLAGS) -I/usr/include/dbus-1.0 -Wall -Werror + $(DBUSMENUGLIB_CFLAGS) $(DBUSMENUTOOLS_CFLAGS) -Wall -Werror dbusmenu_dumper_LDADD = \ ../libdbusmenu-glib/libdbusmenu-glib.la \ - $(DBUSMENUGLIB_LIBS) -lX11 -ldbus-glib-1 + $(DBUSMENUGLIB_LIBS) $(DBUSMENUTOOLS_LIBS) doc_DATA = README.dbusmenu-bench |