diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-13 23:26:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-13 23:26:53 +0000 |
commit | 0753f630e8bbdf696903c0308930c7a13e5109e9 (patch) | |
tree | 2d0df5a33cb76cff516592ea35cefaf1f98a6977 /contrib/Makefile.am | |
parent | d2da561f55ef945ef262e85bc16144b31014433b (diff) | |
download | tor-0753f630e8bbdf696903c0308930c7a13e5109e9.tar.gz tor-0753f630e8bbdf696903c0308930c7a13e5109e9.zip |
Make tor.nsi work, document how to use it, and document what it still needs. Also include it in our distribution
svn:r2836
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 58af623457..c318ad2253 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,6 +1,6 @@ confdir = $(sysconfdir)/tor -EXTRA_DIST = tor-tsocks.conf torify.1 tor-control.py +EXTRA_DIST = tor-tsocks.conf torify.1 tor-control.py tor.nsi conf_DATA = tor-tsocks.conf |