diff --git a/libtransmission/Makefile.am b/libtransmission/Makefile.am index 0885fab0d..d9a61c12f 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 27abb77b6..5a6fec9ef 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 08629cd1b..6b3145a37 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 9f66878d9..33df96d42 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