blob: 19e38b2ae0f0acd6d4df502593343c2c72779ad5 [file] [log] [blame]
include Makefile.decl
if HAVE_GLIB
AM_CPPFLAGS = -I$(top_srcdir)/src/ $(GLIB_CFLAGS)
LDADD = $(top_builddir)/src/libharfbuzz.la $(GLIB_LIBS)
check_PROGRAMS = $(TEST_PROGS)
TEST_PROGS += test-types
else
check-am:
@echo "You need to have glib support enabled to run the tests"
@exit 77
endif
-include $(top_srcdir)/git.mk