- fixed library path of glib and ecore examples

- optional build --enable-tests --enable-examples
- print summary after configure run
This commit is contained in:
Andreas Volz 2011-11-30 10:33:58 +01:00
parent 2b8cfc887e
commit 7d050f31f6
6 changed files with 53 additions and 7 deletions

View file

@ -7,7 +7,7 @@ noinst_PROGRAMS = dbus_ecore
endif
dbus_ecore_SOURCES = dbus_ecore-glue.h dbus_ecore.h dbus_ecore.cpp
dbus_ecore_LDADD = $(top_builddir)/src/libdbus-c++-ecore-1.la \
dbus_ecore_LDADD = $(top_builddir)/src/integration/ecore/libdbus-c++-ecore-1.la \
$(top_builddir)/src/libdbus-c++-1.la $(ecore_LIBS) $(xml_LIBS)
dbus_ecore-glue.h: $(top_srcdir)/data/org.freedesktop.DBus.xml