summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Volz <andreas.volz@tux-style.com>2015-12-29 10:31:33 +0100
committerAndreas Volz <andreas.volz@tux-style.com>2015-12-29 10:31:33 +0100
commit9e97cdbcc029da35b5341777de092fa16908fb52 (patch)
treedfd6c95622fdf6cb77c470e4231c46ca9ed1e360
parent9b0a4d868f22aabb69ade075bdd1fcc302805450 (diff)
downloaddbus-c++-9e97cdbcc029da35b5341777de092fa16908fb52.tar.gz
link to expat on linux
-rw-r--r--examples/glib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/glib/Makefile.am b/examples/glib/Makefile.am
index c7017e8..a8f4c3b 100644
--- a/examples/glib/Makefile.am
+++ b/examples/glib/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST =
-AM_CPPFLAGS = -I$(top_srcdir)/include $(gtkmm_CFLAGS) -I$(top_srcdir)/tools
+AM_CPPFLAGS = -I$(top_srcdir)/include $(xml_CFLAGS) $(gtkmm_CFLAGS) -I$(top_srcdir)/tools
if HAVE_GTKMM
noinst_PROGRAMS = dbus-browser
@@ -8,7 +8,7 @@ endif
dbus_browser_SOURCES = dbus-glue.h dbus-browser.h dbus-browser.cpp xml.cpp
dbus_browser_LDADD = $(top_builddir)/src/integration/glib/libdbus-c++-glib-1.la \
- $(top_builddir)/src/libdbus-c++-1.la $(gtkmm_LIBS)
+ $(top_builddir)/src/libdbus-c++-1.la $(gtkmm_LIBS) $(xml_LIBS)
dbus-glue.h: $(top_srcdir)/data/org.freedesktop.DBus.xml
$(top_builddir)/tools/dbusxx-xml2cpp $^ --proxy=$@