[repacker] Makefile fix.
This commit is contained in:
parent
f56e66f3f0
commit
6627204c4d
|
@ -411,7 +411,7 @@ test_priority_queue_SOURCES = test-priority-queue.cc hb-static.cc
|
||||||
test_priority_queue_CPPFLAGS = $(HBCFLAGS)
|
test_priority_queue_CPPFLAGS = $(HBCFLAGS)
|
||||||
test_priority_queue_LDADD = libharfbuzz.la $(HBLIBS)
|
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_CPPFLAGS = $(HBCFLAGS)
|
||||||
test_repacker_LDADD = libharfbuzz.la libharfbuzz-subset.la $(HBLIBS)
|
test_repacker_LDADD = libharfbuzz.la libharfbuzz-subset.la $(HBLIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue