From 0104409959b15ca8dc344df4a60ce36fc7f40105 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Tue, 16 Feb 2021 11:38:14 -0800 Subject: [PATCH] Fix repack_tests for distcheck. --- test/subset/data/repack_tests/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/subset/data/repack_tests/Makefile.am b/test/subset/data/repack_tests/Makefile.am index 8e814fb2c..f85af6a1b 100644 --- a/test/subset/data/repack_tests/Makefile.am +++ b/test/subset/data/repack_tests/Makefile.am @@ -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