Skip to content

Commit

Permalink
Include cupsfilters/testfilters.sh in release tarball
Browse files Browse the repository at this point in the history
"check_SCRIPTS" is not automatically included, has to be added to
EXTRA_DIST.
  • Loading branch information
tillkamppeter committed Aug 14, 2024
1 parent 4a2eee3 commit fb2a4a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ testfilters_LDFLAGS = \
-L/usr/lib

EXTRA_DIST += \
$(check_SCRIPTS) \
$(pkgfiltersinclude_DATA) \
cupsfilters/image.pgm \
cupsfilters/image.ppm \
Expand Down Expand Up @@ -372,4 +373,4 @@ install-data-hook:
uninstall-hook:
$(RM) $(DESTDIR)$(pkgcharsetdir)/pdf.utf-8

SUBDIRS =
SUBDIRS =

0 comments on commit fb2a4a2

Please sign in to comment.