diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 58f49146a..d514a6f82 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -54,6 +54,16 @@ TEST_PROGS += \ $(NULL) test_ot_math_LDADD = $(LDADD) $(FREETYPE_LIBS) test_ot_math_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS) +EXTRA_DIST += \ + fonts/MathTestFontEmpty.otf \ + fonts/MathTestFontFull.otf \ + fonts/MathTestFontFull.ttx \ + fonts/MathTestFontNone.otf \ + fonts/MathTestFontPartial1.otf \ + fonts/MathTestFontPartial2.otf \ + fonts/MathTestFontPartial3.otf \ + fonts/MathTestFontPartial4.otf \ + $(NULL) endif # HAVE_FREETYPE endif # HAVE_OT