* Added another simple D-Bus C++ example

git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@8167 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
pdurante 2006-10-24 21:01:36 +00:00
parent f62efeac80
commit a9e3429b9e
25 changed files with 14253 additions and 9562 deletions

14
examples/echo/Makefile.am Normal file
View file

@ -0,0 +1,14 @@
EXTRA_DIST = README echo-introspect.xml
INCLUDES = -I$(top_srcdir)/include
noinst_PROGRAMS = echo-server
echo_server_SOURCES = echo-glue.h echo-server.h echo-server.cpp
echo_server_LDADD = $(top_builddir)/src/libdbus-c++-0.3.la
echo-glue.h: echo-introspect.xml
$(top_builddir)/tools/dbusxx-xml2cpp $^ --adaptor=$@
BUILT_SOURCES = echo-glue.h
CLEANFILES = $(BUILT_SOURCES)