- 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

@ -8,7 +8,7 @@ noinst_PROGRAMS = echo-server
endif
echo_server_SOURCES = echo-server-glue.h echo-server.h echo-server.cpp
echo_server_LDADD = $(top_builddir)/src/libdbus-c++-ecore-1.la \
echo_server_LDADD = $(top_builddir)/src/integration/ecore/libdbus-c++-ecore-1.la \
$(top_builddir)/src/libdbus-c++-1.la \
$(ecore_LIBS)
@ -20,7 +20,7 @@ noinst_PROGRAMS += echo-client-mt
endif
echo_client_mt_SOURCES = echo-client-glue.h echo-client.h echo-client.cpp
echo_client_mt_LDADD = $(top_builddir)/src/libdbus-c++-ecore-1.la \
echo_client_mt_LDADD = $(top_builddir)/src/integration/ecore/libdbus-c++-ecore-1.la \
$(top_builddir)/src/libdbus-c++-1.la $(PTHREAD_LIBS) \
$(ecore_LIBS)
echo_client_mt_CXXFLAGS = $(PTHREAD_CFLAGS)