
* 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
15 lines
420 B
Makefile
15 lines
420 B
Makefile
AM_CPPFLAGS = \
|
|
$(dbus_CFLAGS) \
|
|
-I$(top_srcdir)/include \
|
|
-DDBUS_API_SUBJECT_TO_CHANGE
|
|
|
|
bin_PROGRAMS = dbusxx-xml2cpp dbusxx-introspect
|
|
|
|
dbusxx_xml2cpp_SOURCES = xml2cpp.h xml2cpp.cpp
|
|
dbusxx_xml2cpp_LDADD = $(dbus_LIBS) $(top_builddir)/src/libdbus-c++-1.la
|
|
|
|
dbusxx_introspect_SOURCES = introspect.h introspect.cpp
|
|
dbusxx_introspect_LDADD = $(top_builddir)/src/libdbus-c++-1.la
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in
|