From 6627204c4d241e01c7dae37679025019bb4bfc69 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Mon, 25 Jul 2022 21:56:37 +0000 Subject: [PATCH] [repacker] Makefile fix. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b03273683..7e1fb3b12 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -411,7 +411,7 @@ test_priority_queue_SOURCES = test-priority-queue.cc hb-static.cc test_priority_queue_CPPFLAGS = $(HBCFLAGS) test_priority_queue_LDADD = libharfbuzz.la $(HBLIBS) -test_repacker_SOURCES = test-repacker.cc hb-static.cc +test_repacker_SOURCES = test-repacker.cc hb-static.cc graph/gsubgpos-graph.cc test_repacker_CPPFLAGS = $(HBCFLAGS) test_repacker_LDADD = libharfbuzz.la libharfbuzz-subset.la $(HBLIBS)