* 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

@ -16,7 +16,7 @@ endif
bin_PROGRAMS = dbusxx-xml2cpp dbusxx-introspect
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_LDADD = $(libdbus_cxx_la)