From 396478fcc2ed755e02e2573c8be89e9a98aec512 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:40:30 +0200 Subject: Merging upstream version 1.22.5. Signed-off-by: Daniel Baumann --- Makefile.am | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5e824cf..7186045 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,8 +16,6 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 -aclocaldir = $(datadir)/aclocal - dist_aclocal_DATA = \ m4/dpkg-arch.m4 \ m4/dpkg-build.m4 \ @@ -48,8 +46,6 @@ dist_doc_DATA = \ doc/README.feature-removal-schedule \ # EOL -docspecdir = $(docdir)/spec - dist_docspec_DATA = \ doc/spec/frontend-api.txt \ doc/spec/protected-field.txt \ @@ -111,9 +107,6 @@ EXTRA_DIST = \ debian/tests/test-root \ po/its/polkit.its \ po/its/polkit.loc \ - tests \ - $(test_scripts) \ - $(test_data) \ # EOL .PHONY: doc @@ -214,6 +207,12 @@ test_data = \ t/critic/perlcriticrc \ # EOL +EXTRA_DIST += \ + tests \ + $(test_scripts) \ + $(test_data) \ + # EOL + # We need to use absolute paths here due to strict.t invoking a sub-perl, # while changing dir to source dir on out-of-tree builds. TEST_ENV_VARS = \ -- cgit v1.2.3