test: Exclude from tarball

This commit is contained in:
Kim Woelders 2022-03-15 12:51:52 +01:00
parent 16cda0cc97
commit 4a6e74616e
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ SUBDIRS_TEST = test
endif
SUBDIRS = src data doc $(SUBDIRS_TEST)
DIST_SUBDIRS = src data doc
CLEANFILES = $(PACKAGE).spec

View File

@ -256,9 +256,9 @@ data/Makefile
data/fonts/Makefile
data/images/Makefile
doc/Makefile
test/Makefile
README
])
AM_COND_IF([SRC_IS_GIT], [ AC_CONFIG_FILES([test/Makefile]) ])
AC_OUTPUT
#####################################################################