Skip to content

Commit

Permalink
Add missing files that fail build from tarball (#1247)
Browse files Browse the repository at this point in the history
Fixes: #1246, #1138
  • Loading branch information
mikedld committed May 22, 2020
1 parent d43aeb6 commit 0c10308
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libtransmission/Makefile.am
Expand Up @@ -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
2 changes: 2 additions & 0 deletions macosx/Makefile.am
Expand Up @@ -95,6 +95,8 @@ EXTRA_DIST = \
InfoTabButtonBack.m \
InfoTabButtonCell.h \
InfoTabButtonCell.m \
InfoTabMatrix.h \
InfoTabMatrix.m \
InfoTextField.h \
InfoTextField.m \
InfoActivityViewController.h \
Expand Down
1 change: 1 addition & 0 deletions po/LINGUAS
Expand Up @@ -68,6 +68,7 @@ pa
pl
pt
pt_BR
pt_PT
ro
ru
si
Expand Down
3 changes: 3 additions & 0 deletions third-party/Makefile.am
Expand Up @@ -22,5 +22,8 @@ SUBDIRS = \
$(UTP_DIR)

EXTRA_DIST = \
curl \
libevent \
openssl \
macosx-libevent-config.h \
macosx-libevent-event-config.h

0 comments on commit 0c10308

Please sign in to comment.