Merge "Optional autogen.sh flag --enable-kdbus-transport added allowing to compile...
[platform/upstream/dbus.git] / Makefile.am
1 SUBDIRS=dbus bus tools test doc
2
3 pkgconfigdir = $(libdir)/pkgconfig
4 pkgconfig_DATA = dbus-1.pc
5
6 DISTCLEANFILES =                \
7         dbus-1.pc
8
9 EXTRA_DIST =                    \
10         autogen.sh              \
11         HACKING                 \
12         dbus-1.pc.in            \
13         cleanup-man-pages.sh    \
14         ChangeLog.pre-1-0       \
15         NEWS.pre-1-0            \
16         ChangeLog.pre-1-2       \
17         NEWS.pre-1-2            \
18         README.valgrind         \
19         README.win              \
20         README.wince            \
21         README.cygwin           \
22         README.launchd          \
23         cmake
24
25 all-local: Doxyfile
26
27 update-authors:
28         git shortlog -s -e | cut -c 8- | sort > AUTHORS
29
30 DISTCHECK_CONFIGURE_FLAGS = \
31         --enable-xml-docs \
32         --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
33
34 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
35
36 include tools/lcov.am