Add missing files that fail build from tarball (#1247)

Fixes: #1246, #1138
This commit is contained in:
Mike Gelfand 2020-05-23 02:13:59 +03:00 committed by GitHub
parent d43aeb6a5c
commit 0c10308e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 0 deletions

View File

@ -316,3 +316,6 @@ watchdir_generic_test_CPPFLAGS = -DWATCHDIR_TEST_FORCE_GENERIC $(AM_CPPFLAGS)
rename_test_SOURCES = rename-test.c $(TEST_SOURCES)
rename_test_LDADD = ${apps_ldadd}
rename_test_LDFLAGS = ${apps_ldflags}
EXTRA_DIST = \
subprocess-test.cmd

View File

@ -95,6 +95,8 @@ EXTRA_DIST = \
InfoTabButtonBack.m \
InfoTabButtonCell.h \
InfoTabButtonCell.m \
InfoTabMatrix.h \
InfoTabMatrix.m \
InfoTextField.h \
InfoTextField.m \
InfoActivityViewController.h \

View File

@ -68,6 +68,7 @@ pa
pl
pt
pt_BR
pt_PT
ro
ru
si

View File

@ -22,5 +22,8 @@ SUBDIRS = \
$(UTP_DIR)
EXTRA_DIST = \
curl \
libevent \
openssl \
macosx-libevent-config.h \
macosx-libevent-event-config.h