Fix repack_tests for distcheck.

This commit is contained in:
Garret Rieger 2021-02-16 11:38:14 -08:00
parent e2f14e81bd
commit 0104409959
1 changed files with 3 additions and 4 deletions

View File

@ -5,10 +5,6 @@ EXTRA_DIST =
CLEANFILES =
SUBDIRS =
EXTRA_DIST +=
$(TESTS) \
$(NULL)
# Convenience targets:
lib: libs # Always build subsetter lib in this subdir
libs:
@ -18,5 +14,8 @@ TEST_EXTENSIONS = .tests
TESTS_LOG_COMPILER = $(srcdir)/../../run-repack-tests.py $(top_builddir)/util/hb-subset$(EXEEXT)
include Makefile.sources
EXTRA_DIST += \
$(TESTS) \
$(NULL)
-include $(top_srcdir)/git.mk