aboutsummaryrefslogtreecommitdiff
path: root/test/threads/Makefile.am
blob: f0347d492532d6e64ca32c373bf7e7dfe2e1a72b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Process this file with automake to produce Makefile.in

NULL =
EXTRA_DIST =
SUBDIRS =

EXTRA_DIST += \
	meson.build \
	hb-shape-threads.cc \
	hb-subset-threads.cc \
	$(NULL)

# Convenience targets:
lib:
	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib

-include $(top_srcdir)/git.mk