From 0c10308e06871779e761ca5d61be5c8f9624a99c Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sat, 23 May 2020 02:13:59 +0300 Subject: [PATCH] Add missing files that fail build from tarball (#1247) Fixes: #1246, #1138 --- libtransmission/Makefile.am | 3 +++ macosx/Makefile.am | 2 ++ po/LINGUAS | 1 + third-party/Makefile.am | 3 +++ 4 files changed, 9 insertions(+) diff --git a/libtransmission/Makefile.am b/libtransmission/Makefile.am index 0885fab0d2e..d9a61c12f1b 100644 --- a/libtransmission/Makefile.am +++ b/libtransmission/Makefile.am @@ -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 diff --git a/macosx/Makefile.am b/macosx/Makefile.am index 27abb77b668..5a6fec9ef89 100644 --- a/macosx/Makefile.am +++ b/macosx/Makefile.am @@ -95,6 +95,8 @@ EXTRA_DIST = \ InfoTabButtonBack.m \ InfoTabButtonCell.h \ InfoTabButtonCell.m \ + InfoTabMatrix.h \ + InfoTabMatrix.m \ InfoTextField.h \ InfoTextField.m \ InfoActivityViewController.h \ diff --git a/po/LINGUAS b/po/LINGUAS index 08629cd1b25..6b3145a37af 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -68,6 +68,7 @@ pa pl pt pt_BR +pt_PT ro ru si diff --git a/third-party/Makefile.am b/third-party/Makefile.am index 9f66878d90e..33df96d42da 100644 --- a/third-party/Makefile.am +++ b/third-party/Makefile.am @@ -22,5 +22,8 @@ SUBDIRS = \ $(UTP_DIR) EXTRA_DIST = \ + curl \ + libevent \ + openssl \ macosx-libevent-config.h \ macosx-libevent-event-config.h