some header and include changes

This commit is contained in:
Andreas Volz 2009-03-29 13:52:24 +02:00
parent b55f3cd36e
commit f88e32ba32
7 changed files with 137 additions and 17 deletions

View file

@ -18,7 +18,7 @@ endif
bin_PROGRAMS = dbusxx-xml2cpp dbusxx-introspect
dbusxx_xml2cpp_SOURCES = xml.h xml.cpp xml2cpp.h xml2cpp.cpp \
generate_adaptor.cpp generate_proxy.cpp generate_adaptor.h\
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)