1SUBDIRS=dbus bus tools test doc
2
3pkgconfigdir = $(libdir)/pkgconfig
4pkgconfig_DATA = dbus-1.pc
5
6DISTCLEANFILES = 		\
7	dbus-1.pc
8
9EXTRA_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.win		\
18	README.wince		\
19	README.cygwin		\
20	README.launchd		\
21	cmake
22
23all-local: Doxyfile
24
25update-authors:
26	git shortlog -s -e | cut -c 8- | sort > AUTHORS
27
28DISTCHECK_CONFIGURE_FLAGS = \
29	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
30
31ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
32
33include tools/lcov.am
34