
* Initial support for out-of-tree builds and crosscompilation (Robert Schwebel) git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9043 30a43799-04e7-0310-8b2b-ea0d24f86d0e
21 lines
316 B
Makefile
21 lines
316 B
Makefile
SUBDIRS = src tools data doc examples
|
|
|
|
EXTRA_DIST = autogen.sh
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = dbus-c++-1.pc
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
configure \
|
|
Makefile.in \
|
|
aclocal.m4 \
|
|
compile \
|
|
config.guess \
|
|
config.sub \
|
|
depcomp \
|
|
install-sh \
|
|
ltmain.sh \
|
|
mdate-sh \
|
|
missing \
|
|
mkinstalldirs
|
|
|