From fb2a4a25d90b05dd2b034af0589c13f5856532f2 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Wed, 14 Aug 2024 21:22:43 +0200 Subject: [PATCH] Include cupsfilters/testfilters.sh in release tarball "check_SCRIPTS" is not automatically included, has to be added to EXTRA_DIST. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 45bca925..ddebb5be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -330,6 +330,7 @@ testfilters_LDFLAGS = \ -L/usr/lib EXTRA_DIST += \ + $(check_SCRIPTS) \ $(pkgfiltersinclude_DATA) \ cupsfilters/image.pgm \ cupsfilters/image.ppm \ @@ -372,4 +373,4 @@ install-data-hook: uninstall-hook: $(RM) $(DESTDIR)$(pkgcharsetdir)/pdf.utf-8 -SUBDIRS = \ No newline at end of file +SUBDIRS =