harfbuzz/test/Makefile.am

16 lines
265 B
Makefile
Raw Normal View History

# Process this file with automake to produce Makefile.in
NULL =
EXTRA_DIST =
2015-11-06 08:08:50 +01:00
SUBDIRS = api shaping fuzzing
EXTRA_DIST += \
CMakeLists.txt \
$(NULL)
2015-09-01 15:45:46 +02:00
# Convenience targets:
lib:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
-include $(top_srcdir)/git.mk