This commit is contained in:
Behdad Esfahbod 2016-09-28 19:17:27 +02:00
parent d1c62370a0
commit 34fc4a2cfa
1 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,16 @@ TEST_PROGS += \
$(NULL) $(NULL)
test_ot_math_LDADD = $(LDADD) $(FREETYPE_LIBS) test_ot_math_LDADD = $(LDADD) $(FREETYPE_LIBS)
test_ot_math_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS) 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_FREETYPE
endif # HAVE_OT endif # HAVE_OT