harfbuzz/test/Makefile.am
Ebrahim Byagowi 5193357832 Revert "Remove autotools build support"
This reverts commit 01ac32aab2.
2020-08-11 23:51:59 +04:30

16 lines
269 B
Makefile

# Process this file with automake to produce Makefile.in
NULL =
EXTRA_DIST =
SUBDIRS = api shaping fuzzing subset
EXTRA_DIST += \
meson.build \
$(NULL)
# Convenience targets:
lib:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
-include $(top_srcdir)/git.mk