harfbuzz/test/Makefile.am

26 lines
383 B
Makefile
Raw Normal View History

include Makefile.decl
2011-04-13 07:09:09 +02:00
NULL =
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)
check_PROGRAMS = $(TEST_PROGS)
2011-04-13 07:09:09 +02:00
TEST_PROGS += \
test-buffer \
test-common \
test-unicode \
2011-04-13 07:09:09 +02:00
$(NULL)
else
check-am:
@echo "You need to have glib support enabled to run the tests"
@exit 77
endif
-include $(top_srcdir)/git.mk