Minor build fix
This commit is contained in:
parent
da70111ab2
commit
431bef2e16
|
@ -26,6 +26,15 @@ TEST_PROGS = \
|
||||||
test-version \
|
test-version \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
test_unicode_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
if HAVE_GLIB
|
||||||
|
test_unicode_CPPFLAGS += $(GLIB_CFLAGS)
|
||||||
|
endif
|
||||||
|
if HAVE_ICU
|
||||||
|
test_unicode_CPPFLAGS += $(ICU_CFLAGS)
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
if HAVE_OT
|
if HAVE_OT
|
||||||
TEST_PROGS += \
|
TEST_PROGS += \
|
||||||
test-ot-tag \
|
test-ot-tag \
|
||||||
|
@ -49,7 +58,6 @@ test_c_CPPFLAGS += $(FREETYPE_CFLAGS)
|
||||||
test_cplusplus_CPPFLAGS += $(FREETYPE_CFLAGS)
|
test_cplusplus_CPPFLAGS += $(FREETYPE_CFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
# Default test running environment
|
# Default test running environment
|
||||||
TESTS = $(TEST_PROGS)
|
TESTS = $(TEST_PROGS)
|
||||||
TESTS_ENVIRONMENT = \
|
TESTS_ENVIRONMENT = \
|
||||||
|
|
Loading…
Reference in New Issue