repo.or.cz
/
dbus-cxx-async.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Free memory with dbus_free instead of free. Account for NULL signatures.
[dbus-cxx-async.git]
/
Makefile.am
blob
29bb7c9bb72b0e73a77594019c38280345c20cf2
1
SUBDIRS = src tools data doc examples
2
3
EXTRA_DIST = autogen.sh libdbus-c++.spec libdbus-c++.spec.in
4
5
pkgconfigdir = $(libdir)/pkgconfig
6
pkgconfig_DATA = dbus-c++-1.pc
7
8
MAINTAINERCLEANFILES = \
9
configure \
10
Makefile.in \
11
aclocal.m4 \
12
compile \
13
config.guess \
14
config.sub \
15
depcomp \
16
install-sh \
17
ltmain.sh \
18
mdate-sh \
19
missing \
20
mkinstalldirs \
21
libdbus-c++.spec
22