dbus/Makefile.am
Simon McVittie 2d3f48e8c8 build: Distribute update-authors.sh in tarballs
Newer versions of Meson require the script for a run_target() to be
present at configure time, even if the script isn't run.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-07-15 10:09:57 +01:00

55 lines
1.3 KiB
Makefile

SUBDIRS=dbus bus tools test doc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dbus-1.pc
cmakeconfigdir = $(libdir)/cmake/DBus1
cmakeconfig_DATA = cmake/DBus1Config.cmake \
cmake/DBus1ConfigVersion.cmake
EXTRA_DIST = \
autogen.sh \
CONTRIBUTING.md \
dbus-1.pc.in \
cleanup-man-pages.sh \
LICENSES/AFL-2.1.txt \
LICENSES/Apache-2.0.txt \
LICENSES/GPL-2.0-or-later.txt \
LICENSES/MIT.txt \
NEWS.pre-1-0 \
NEWS.pre-1-2 \
README.cmake \
README.valgrind \
README.win \
README.wince \
README.cygwin \
README.launchd \
CMakeLists.txt \
bus/CMakeLists.txt \
dbus/CMakeLists.txt \
doc/CMakeLists.txt \
maint/update-authors.sh \
meson.build \
meson_options.txt \
meson_post_install.py \
subprojects/expat.wrap \
subprojects/glib.wrap \
test/CMakeLists.txt \
test/name-test/CMakeLists.txt \
tools/CMakeLists.txt \
cmake \
$(NULL)
all-local: Doxyfile
update-authors:
cd $(srcdir) && ./maint/update-authors.sh
DISTCHECK_CONFIGURE_FLAGS = \
--enable-xml-docs \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
# Add rules for code-coverage testing, as defined by AX_CODE_COVERAGE
include $(top_srcdir)/aminclude_static.am