diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-05-05 16:58:38 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-05-05 16:58:38 +0000 |
commit | 0ee6dbea0702413b6fe787f3a49a8241ee38f814 (patch) | |
tree | 5fa87ea6b7d0d128a817de03fe6cb1082d9bb0ee /contrib/Makefile.am | |
parent | e8e113c6f70127032c47d26ff4e054e3facbdd03 (diff) | |
download | tor-0ee6dbea0702413b6fe787f3a49a8241ee38f814.tar.gz tor-0ee6dbea0702413b6fe787f3a49a8241ee38f814.zip |
Handle website/* in tor.nsi
svn:r6444
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 cbbb356c0d..d9dc3a6e81 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -3,7 +3,7 @@ DIST_SUBDIRS = osx confdir = $(sysconfdir)/tor -EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi tor.sh torctl rc.subr ExerciseServer.py PathDemo.py +EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi.in tor.sh torctl rc.subr ExerciseServer.py PathDemo.py conf_DATA = tor-tsocks.conf |