
* Added a --system command line option to dbusxx-introspect (to use the system bus) * Added a simple client-side example using HAL to demonstrate how to receive signals git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@8519 30a43799-04e7-0310-8b2b-ea0d24f86d0e
6 lines
174 B
Makefile
6 lines
174 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
|
|
noinst_PROGRAMS = hal-listen
|
|
|
|
hal_listen_SOURCES = hal-listen.h hal-listen.cpp
|
|
hal_listen_LDADD = $(top_builddir)/src/libdbus-c++-0.3.la
|