dbus/Makefile.am

35 lines
689 B
Text
Raw Normal View History

2006-07-14 16:20:12 +00:00
SUBDIRS=dbus bus doc tools test
DIST_SUBDIRS=dbus bus doc tools test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dbus-1.pc
DISTCLEANFILES = \
2006-07-14 16:20:12 +00:00
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 \
2010-12-21 08:23:27 +01:00
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