
* 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
12 lines
163 B
Makefile
12 lines
163 B
Makefile
if DBUS_DOXYGEN_DOCS_ENABLED
|
|
|
|
EXTRA_DIST = Doxyfile.in
|
|
|
|
noinst_PROGRAMS = index.html
|
|
|
|
index_html_SOURCES = Doxyfile
|
|
|
|
index.html: Doxyfile
|
|
doxygen Doxyfile
|
|
|
|
endif
|