include README.valgrind in tarballs
[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         HACKING                 \
11         dbus-1.pc.in            \
12         cleanup-man-pages.sh    \
13         ChangeLog.pre-1-0       \
14         NEWS.pre-1-0            \
15         ChangeLog.pre-1-2       \
16         NEWS.pre-1-2            \
17         README.valgrind         \
18         README.win              \
19         README.wince            \
20         README.cygwin           \
21         README.launchd          \
22         cmake
23
24 all-local: Doxyfile
25
26 update-authors:
27         git shortlog -s -e | cut -c 8- | sort > AUTHORS
28
29 DISTCHECK_CONFIGURE_FLAGS = \
30         --enable-xml-docs \
31         --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
32
33 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
34
35 include tools/lcov.am