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)