- 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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue