summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 52b40e9ffe8458aa9fdc407c881d350dcccc5f03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SUBDIRS=dbus bus doc tools test
DIST_SUBDIRS=dbus bus doc tools test

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dbus-1.pc

DISTCLEANFILES = 		\
	dbus-1.pc

EXTRA_DIST =			\
	HACKING			\
	dbus-1.pc.in		\
	cleanup-man-pages.sh    \
        ChangeLog.pre-1-0       \
        NEWS.pre-1-0            \
	ChangeLog.pre-1-2       \
        NEWS.pre-1-2		\
	README.win		\
	README.wince		\
	README.cygwin		\
	README.launchd		\
	cmake

all-local: Doxyfile

update-authors:
	git shortlog -s -e | cut -c 8- | sort > AUTHORS

DISTCHECK_CONFIGURE_FLAGS = \
	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

include tools/lcov.am