sf.net bug: 3151031 xml2cpp needlessly includes and links dbus(-c++)

This commit is contained in:
Andreas Volz 2011-11-28 00:32:34 +01:00
parent 2a1e2dbe51
commit d1ec2544d5
4 changed files with 1 additions and 8 deletions

View file

@ -20,7 +20,7 @@ bin_PROGRAMS = dbusxx-xml2cpp dbusxx-introspect
dbusxx_xml2cpp_SOURCES = xml.h xml.cpp xml2cpp.h xml2cpp.cpp \
generate_adaptor.cpp generate_adaptor.h generate_proxy.cpp\
generate_proxy.h generator_utils.cpp generator_utils.h
dbusxx_xml2cpp_LDADD = $(libdbus_cxx_la) $(xml_LIBS)
dbusxx_xml2cpp_LDADD = $(xml_LIBS)
dbusxx_introspect_SOURCES = introspect.h introspect.cpp
dbusxx_introspect_LDADD = $(libdbus_cxx_la)

View file

@ -24,8 +24,6 @@
#include "xml.h"
#include <dbus-c++/debug.h>
#include <expat.h>
std::istream &operator >> (std::istream &in, DBus::Xml::Document &doc)

View file

@ -21,8 +21,6 @@
*
*/
#include <dbus/dbus.h>
#include <cstdlib>
#include <cstring>
#include <string>

View file

@ -29,9 +29,6 @@
#include "config.h"
#endif
#include <dbus-c++/dbus.h>
#include <dbus/dbus.h>
#include "xml.h"
#endif//__DBUSXX_TOOLS_XML2CPP_H