From: Behdad Esfahbod Date: Tue, 2 Aug 2011 17:44:24 +0000 (-0400) Subject: Fix build with glib but not freetype X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f052b93c0b17d92b9f0adddf64ef77518bf2ac4;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Fix build with glib but not freetype --- diff --git a/test/Makefile.am b/test/Makefile.am index b1a9b87..a769688 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -20,7 +20,6 @@ TEST_PROGS = \ test-buffer \ test-common \ test-font \ - test-object \ test-shape \ test-unicode \ test-version \ @@ -45,13 +44,13 @@ endif if HAVE_FREETYPE test_c_CPPFLAGS += $(FREETYPE_CFLAGS) test_cplusplus_CPPFLAGS += $(FREETYPE_CFLAGS) + # TODO replace freetype with other stuff in the following test +TEST_PROGS += test-object test_object_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS) test_object_LDADD = $(LDADD) $(FREETYPE_LIBS) -TEST_PROGS += \ - test-shape-complex \ - $(NULL) +TEST_PROGS += test-shape-complex test_shape_complex_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS) test_shape_complex_LDADD = $(LDADD) $(FREETYPE_LIBS) endif