Fix various distcheck issues

tingping/wmclass
Alexander Larsson 2016-05-03 09:36:33 +02:00
parent bffaa12301
commit 1df3e4845b
4 changed files with 11 additions and 3 deletions

View File

@ -11,10 +11,15 @@ EXTRA_DIST =
include $(top_srcdir)/buildutil/glib-tap.mk
SUBDIRS =
if BUILD_DOCUMENTATION
SUBDIRS = . doc
SUBDIRS += . doc
endif
SUBDIRS += po
%.service: %.service.in config.log
$(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
@ -118,6 +123,5 @@ EXTRA_DIST += xdg-app.pc.in
DISTCHECK_CONFIGURE_FLAGS = \
--enable-documentation \
--enable-libxdgapp \
--disable-maintainer-mode \
--enable-introspection

View File

@ -26,6 +26,8 @@ check_PROGRAMS =
check_SCRIPTS =
check_DATA =
EXTRA_DIST += buildutil/tap-driver.sh buildutil/tap-test
# We support a fairly large range of possible variables. It is expected that all types of files in a test suite
# will belong in exactly one of the following variables.
#

View File

@ -30,5 +30,5 @@ dist_polkit_policy_DATA = \
@INTLTOOL_POLICY_RULE@
EXTRA_DIST += system-helper/org.freedesktop.XdgApp.policy.in
EXTRA_DIST += system-helper/org.freedesktop.XdgApp.policy.in system-helper/org.freedesktop.XdgApp.SystemHelper.conf
DISTCLEANFILES += system-helper/org.freedesktop.XdgApp.policy

View File

@ -62,6 +62,8 @@ installed_test_data = \
tests/session.conf.in \
$(NULL)
EXTRA_DIST += $(installed_test_SCRIPTS) $(installed_test_data)
test_scripts = \
tests/test-basic.sh \
tests/test-run.sh \