Fix repack_tests for distcheck.
This commit is contained in:
parent
e2f14e81bd
commit
0104409959
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue