split into multiple files for better organization

This commit is contained in:
Andreas Volz 2009-03-28 22:27:08 +01:00
parent 3b3ffe166b
commit 7424df631d
9 changed files with 1540 additions and 1472 deletions

View file

@ -17,7 +17,9 @@ endif
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 \
generate_adaptor.cpp generate_proxy.cpp generate_adaptor.h\
generate_proxy.h generator_utils.cpp generator_utils.h
dbusxx_xml2cpp_LDADD = $(libdbus_cxx_la) $(xml_LIBS)
dbusxx_introspect_SOURCES = introspect.h introspect.cpp