mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
4740d2e8bc
Now the manpages no longer refer to tsocks or tsocks.conf, and we no longer have or ship a tor-tsocks.conf. The only remaining instances of "tsocks" in our repository are old ChangeLog and ReleaseNotes entries, and the torify script saying that it doesn't support tsocks. Fixes bug 8290.
18 lines
378 B
Plaintext
18 lines
378 B
Plaintext
include contrib/suse/include.am
|
|
|
|
EXTRA_DIST+= \
|
|
contrib/cross.sh \
|
|
contrib/exitlist \
|
|
contrib/linux-tor-prio.sh \
|
|
contrib/package_nsis-mingw.sh \
|
|
contrib/rc.subr \
|
|
contrib/tor-ctrl.sh \
|
|
contrib/tor-exit-notice.html \
|
|
contrib/tor-mingw.nsi.in \
|
|
contrib/tor.ico \
|
|
contrib/tor.nsi.in \
|
|
contrib/tor.sh \
|
|
contrib/torctl
|
|
|
|
bin_SCRIPTS+= contrib/torify
|