diff options
author | Roger Dingledine <arma@torproject.org> | 2006-11-06 06:43:21 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-11-06 06:43:21 +0000 |
commit | 4a80643825c086c8bdd21033d6739ca95229de92 (patch) | |
tree | 984f1950df60233f11741e4115200e38b106c966 /contrib/Makefile.am | |
parent | 20cad22bb154e2fdfe5bf58021873f980ebb96b4 (diff) | |
download | tor-4a80643825c086c8bdd21033d6739ca95229de92.tar.gz tor-4a80643825c086c8bdd21033d6739ca95229de92.zip |
forward-port matt's changes. plus note that tor-mingw.nsi.in is
what we're using these days, and stop shipping the old one to
be sure.
svn:r8912
Diffstat (limited to 'contrib/Makefile.am')
-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 17b65b3957..2bd202f11f 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -3,7 +3,7 @@ DIST_SUBDIRS = osx suse confdir = $(sysconfdir)/tor -EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi.in tor.sh torctl rc.subr ExerciseServer.py PathDemo.py cross.sh tor-mingw.nsi.in package_nsis-mingw.sh tor.ico +EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.sh torctl rc.subr ExerciseServer.py PathDemo.py cross.sh tor-mingw.nsi.in package_nsis-mingw.sh tor.ico conf_DATA = tor-tsocks.conf |