* Bumped version number to 0.5.0
* Updated copyright notice to the upcoming year * Some s/DBus/D-Bus/g in the comments * Updated TODO list * Removed hardcoded version number from output file names * Added --enable-debug switch to ./configure (debug mode is now off by default) * Reordered autogen.sh (Robert Schwebel) * Removed autogenerated files (Robert Schwebel) * Fixed 'make maintainer-clean' (Robert Schebel) git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9042 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
parent
d74a45890a
commit
12266bd407
82 changed files with 178 additions and 120069 deletions
|
@ -1,14 +1,20 @@
|
|||
EXTRA_DIST = README echo-introspect.xml
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS = -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_server_LDADD = $(top_builddir)/src/libdbus-c++-1.la
|
||||
|
||||
echo-glue.h: echo-introspect.xml
|
||||
$(top_builddir)/tools/dbusxx-xml2cpp $^ --adaptor=$@
|
||||
|
||||
BUILT_SOURCES = echo-glue.h
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
dist-hook:
|
||||
cd $(distdir); rm -f $(BUILT_SOURCES)
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
Makefile.in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue