changed build architecture to build seperate libs for main/ecore/glib integration

dbus C has the same feature
this enables distribution package  creators easier to provide all mainloop integrations without getting to much deps for dbus-c++
This commit is contained in:
Andreas Volz 2011-11-28 22:55:07 +01:00
parent 1c8e43e6d6
commit 04379cfb7d
16 changed files with 213 additions and 57 deletions

View file

@ -181,8 +181,11 @@ AC_SUBST(BUILD_LIBDBUS_CXX_DIR)
PKG_CHECK_MODULES(CPPUNIT, cppunit)
AC_OUTPUT(
Makefile
src/Makefile
tools/Makefile
src/Makefile
src/integration/Makefile
src/integration/ecore/Makefile
src/integration/glib/Makefile
tools/Makefile
test/Makefile
test/generator/Makefile
test/functional/Makefile
@ -199,5 +202,9 @@ AC_OUTPUT(
examples/echo_ecore/Makefile
dbus-c++-1.pc
dbus-c++-1-uninstalled.pc
dbus-c++-ecore-1.pc
dbus-c++-ecore-1-uninstalled.pc
dbus-c++-glib-1.pc
dbus-c++-glib-1-uninstalled.pc
libdbus-c++.spec
)