mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[test/threads] Fix distcheck
This commit is contained in:
parent
e3d5a117a3
commit
e0544c481d
2 changed files with 17 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
NULL =
|
||||
EXTRA_DIST =
|
||||
SUBDIRS = api shape subset fuzzing
|
||||
SUBDIRS = api shape subset fuzzing threads
|
||||
|
||||
EXTRA_DIST += \
|
||||
meson.build \
|
||||
|
|
16
test/threads/Makefile.am
Normal file
16
test/threads/Makefile.am
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Process this file with automake to produce Makefile.in
|
||||
|
||||
NULL =
|
||||
EXTRA_DIST =
|
||||
SUBDIRS =
|
||||
|
||||
EXTRA_DIST += \
|
||||
meson.build \
|
||||
hb-shape-threads.cc \
|
||||
$(NULL)
|
||||
|
||||
# Convenience targets:
|
||||
lib:
|
||||
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
Loading…
Add table
Reference in a new issue