- fixed library path of glib and ecore examples
- optional build --enable-tests --enable-examples - print summary after configure run
This commit is contained in:
parent
2b8cfc887e
commit
7d050f31f6
6 changed files with 53 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue