* Altough the library doesn't directly link to expat anymore, some files weren't updated to reflect this, fixed (Alexey Morozov)

git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@12396 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
pdurante 2007-08-27 21:36:12 +00:00
parent e47288d689
commit 1346caf952
3 changed files with 4 additions and 3 deletions

View file

@ -1,12 +1,12 @@
EXTRA_DIST = EXTRA_DIST =
AM_CPPFLAGS = -I$(top_srcdir)/include $(gtkmm_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/include $(gtkmm_CFLAGS) -I$(top_srcdir)/tools
if HAVE_GTKMM if HAVE_GTKMM
noinst_PROGRAMS = dbus-browser noinst_PROGRAMS = dbus-browser
endif endif
dbus_browser_SOURCES = dbus-glue.h dbus-browser.h dbus-browser.cpp dbus_browser_SOURCES = dbus-glue.h dbus-browser.h dbus-browser.cpp $(top_srcdir)/tools/xml.cpp
dbus_browser_LDADD = $(top_builddir)/src/libdbus-c++-1.la $(gtkmm_LIBS) dbus_browser_LDADD = $(top_builddir)/src/libdbus-c++-1.la $(gtkmm_LIBS)
dbus-glue.h: $(top_srcdir)/data/org.freedesktop.DBus.xml dbus-glue.h: $(top_srcdir)/data/org.freedesktop.DBus.xml

View file

@ -1,5 +1,6 @@
#include "dbus-browser.h" #include "dbus-browser.h"
#include <xml.h>
#include <iostream> #include <iostream>
using namespace std; using namespace std;

View file

@ -16,7 +16,7 @@ endif
bin_PROGRAMS = dbusxx-xml2cpp dbusxx-introspect bin_PROGRAMS = dbusxx-xml2cpp dbusxx-introspect
dbusxx_xml2cpp_SOURCES = xml.h xml.cpp xml2cpp.h xml2cpp.cpp dbusxx_xml2cpp_SOURCES = xml.h xml.cpp xml2cpp.h xml2cpp.cpp
dbusxx_xml2cpp_LDADD = $(libdbus_cxx_la) dbusxx_xml2cpp_LDADD = $(libdbus_cxx_la) $(xml_LIBS)
dbusxx_introspect_SOURCES = introspect.h introspect.cpp dbusxx_introspect_SOURCES = introspect.h introspect.cpp
dbusxx_introspect_LDADD = $(libdbus_cxx_la) dbusxx_introspect_LDADD = $(libdbus_cxx_la)