diff options
author | Roger Dingledine <arma@torproject.org> | 2005-02-25 21:28:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-02-25 21:28:13 +0000 |
commit | 1630fa560fba4f505801a94b5b473e05caabe78b (patch) | |
tree | c559d3597746197939fe050d880ea698c3832d7b /contrib | |
parent | 2ee036d684b1c1d95113f562b3dddb67ad910d07 (diff) | |
download | tor-1630fa560fba4f505801a94b5b473e05caabe78b.tar.gz tor-1630fa560fba4f505801a94b5b473e05caabe78b.zip |
distribute exitlist in the tarball too
svn:r3701
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 3aa5a2bf6c..695bafb72c 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -3,7 +3,7 @@ DIST_SUBDIRS = osx confdir = $(sysconfdir)/tor -EXTRA_DIST = tor-tsocks.conf torify.1 tor-control.py tor.nsi tor.sh torctl +EXTRA_DIST = exitlist tor-tsocks.conf torify.1 tor-control.py tor.nsi tor.sh torctl conf_DATA = tor-tsocks.conf |