Fix build again

This commit is contained in:
Behdad Esfahbod 2011-08-09 00:46:18 +02:00
parent 33ccc77902
commit c0975e1231
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ endif
if HAVE_FREETYPE
test_object_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS)
test_object_LDADD = $(LDADD) $(FREETYPE_LIBS)
else
test_object_CPPFLAGS = $(AM_CPPFLAGS)
test_object_LDADD = $(LDADD)
endif