Fix test build
This commit is contained in:
parent
6873f6cc42
commit
2966d36032
@ -28,12 +28,13 @@ TEST_PROGS = \
|
||||
$(NULL)
|
||||
|
||||
test_unicode_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
test_unicode_LDADD = $(LDADD)
|
||||
if HAVE_GLIB
|
||||
test_unicode_CPPFLAGS += $(GLIB_CFLAGS)
|
||||
endif
|
||||
if HAVE_ICU
|
||||
test_unicode_CPPFLAGS += $(ICU_CFLAGS)
|
||||
test_unicode_LDADD = $(LDADD) $(top_builddir)/src/libharfbuzz-icu.la
|
||||
test_unicode_LDADD += $(top_builddir)/src/libharfbuzz-icu.la
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user