mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
Add missing files that fail build from tarball (#1247)
Fixes: #1246, #1138
This commit is contained in:
parent
d43aeb6a5c
commit
0c10308e06
4 changed files with 9 additions and 0 deletions
|
@ -316,3 +316,6 @@ watchdir_generic_test_CPPFLAGS = -DWATCHDIR_TEST_FORCE_GENERIC $(AM_CPPFLAGS)
|
||||||
rename_test_SOURCES = rename-test.c $(TEST_SOURCES)
|
rename_test_SOURCES = rename-test.c $(TEST_SOURCES)
|
||||||
rename_test_LDADD = ${apps_ldadd}
|
rename_test_LDADD = ${apps_ldadd}
|
||||||
rename_test_LDFLAGS = ${apps_ldflags}
|
rename_test_LDFLAGS = ${apps_ldflags}
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
subprocess-test.cmd
|
||||||
|
|
|
@ -95,6 +95,8 @@ EXTRA_DIST = \
|
||||||
InfoTabButtonBack.m \
|
InfoTabButtonBack.m \
|
||||||
InfoTabButtonCell.h \
|
InfoTabButtonCell.h \
|
||||||
InfoTabButtonCell.m \
|
InfoTabButtonCell.m \
|
||||||
|
InfoTabMatrix.h \
|
||||||
|
InfoTabMatrix.m \
|
||||||
InfoTextField.h \
|
InfoTextField.h \
|
||||||
InfoTextField.m \
|
InfoTextField.m \
|
||||||
InfoActivityViewController.h \
|
InfoActivityViewController.h \
|
||||||
|
|
|
@ -68,6 +68,7 @@ pa
|
||||||
pl
|
pl
|
||||||
pt
|
pt
|
||||||
pt_BR
|
pt_BR
|
||||||
|
pt_PT
|
||||||
ro
|
ro
|
||||||
ru
|
ru
|
||||||
si
|
si
|
||||||
|
|
3
third-party/Makefile.am
vendored
3
third-party/Makefile.am
vendored
|
@ -22,5 +22,8 @@ SUBDIRS = \
|
||||||
$(UTP_DIR)
|
$(UTP_DIR)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
curl \
|
||||||
|
libevent \
|
||||||
|
openssl \
|
||||||
macosx-libevent-config.h \
|
macosx-libevent-config.h \
|
||||||
macosx-libevent-event-config.h
|
macosx-libevent-event-config.h
|
||||||
|
|
Loading…
Reference in a new issue