summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpdurante <pdurante@30a43799-04e7-0310-8b2b-ea0d24f86d0e>2006-11-23 12:17:44 +0000
committerpdurante <pdurante@30a43799-04e7-0310-8b2b-ea0d24f86d0e>2006-11-23 12:17:44 +0000
commitcb5ba80633ce81a8ddbd1c5b9af4ab3d334577b4 (patch)
treee986caafef5e1e885a6ad28fe1ed4779adde3d5a /configure.ac
parenta9e3429b9e0a956dc8940240318f00905c8c75b6 (diff)
downloaddbus-c++-cb5ba80633ce81a8ddbd1c5b9af4ab3d334577b4.tar.gz
* Fixed a stupid error in util.h
* 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8750512..078e5b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,9 +97,10 @@ AC_OUTPUT(
data/Makefile
doc/Makefile
doc/Doxyfile
- doc/html/Makefile
examples/Makefile
examples/properties/Makefile
examples/echo/Makefile
+ examples/hal/Makefile
+ examples/tcp/Makefile
dbus-c++-0.3.pc
)