This commit is contained in:
Mitchell Livingston 2020-05-25 09:37:24 -04:00
commit 4893771a04
5 changed files with 10 additions and 1 deletions

View File

@ -807,7 +807,7 @@
| | yes | session-get | new arg "session-id"
| | yes | torrent-get | new arg "labels"
| | yes | torrent-set | new arg "labels"
| | yes | torrent-set | new arg "editDate"
| | yes | torrent-get | new arg "editDate"
| | yes | torrent-get | new arg "format"

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