Fix dist
This commit is contained in:
parent
d1c62370a0
commit
34fc4a2cfa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue