Honour aclocal flags in Makefile.am, rather than gluing them onto ACLOCAL
[platform/upstream/dbus.git] / Makefile.am
1 SUBDIRS=dbus bus doc tools test
2 DIST_SUBDIRS=dbus bus doc tools test
3
4 pkgconfigdir = $(libdir)/pkgconfig
5 pkgconfig_DATA = dbus-1.pc
6
7 DISTCLEANFILES =                \
8         dbus-1.pc
9
10 EXTRA_DIST =                    \
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.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         --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
31
32 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
33
34 include tools/lcov.am