Fix build
This commit is contained in:
parent
3897335c76
commit
f1f848e2e4
|
@ -55,6 +55,11 @@ test_shape_complex_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS)
|
||||||
test_shape_complex_LDADD = $(LDADD) $(FREETYPE_LIBS)
|
test_shape_complex_LDADD = $(LDADD) $(FREETYPE_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if HAVE_FREETYPE
|
||||||
|
test_object_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS)
|
||||||
|
test_object_LDADD = $(LDADD) $(FREETYPE_LIBS)
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# Default test running environment
|
# Default test running environment
|
||||||
TESTS = $(TEST_PROGS)
|
TESTS = $(TEST_PROGS)
|
||||||
|
|
Loading…
Reference in New Issue