2011-04-11 18:46:49 +02:00
|
|
|
include Makefile.decl
|
|
|
|
|
|
|
|
if HAVE_GLIB
|
2011-04-11 19:27:21 +02:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/ $(GLIB_CFLAGS)
|
|
|
|
LDADD = $(top_builddir)/src/libharfbuzz.la $(GLIB_LIBS)
|
2011-04-11 18:46:49 +02:00
|
|
|
|
|
|
|
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
|