Fix build again
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 8 Aug 2011 22:46:18 +0000 (00:46 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 8 Aug 2011 22:46:18 +0000 (00:46 +0200)
test/Makefile.am

index 9e22b1f58aa78c89ddc8b420710188b7764d3c77..07f3ccf475a70c9c56f01c8208d7d9885e0b318a 100644 (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