blob: 2056b3901b87481d46f4a4826d9a6a67db2fd736 [file] [log] [blame]
include Makefile.decl
NULL =
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-buffer \
test-types \
$(NULL)
else
check-am:
@echo "You need to have glib support enabled to run the tests"
@exit 77
endif
-include $(top_srcdir)/git.mk