diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-31 21:16:09 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-31 21:16:09 +0000 |
commit | 6c20e329392b061469390cfe16ceffa3059978d1 (patch) | |
tree | 50cc54f02deee61c51ed497facdfc96d061e8a35 | |
parent | 2fa01764bbe44e8efe165af8d9578fb248c00d05 (diff) | |
download | tor-6c20e329392b061469390cfe16ceffa3059978d1.tar tor-6c20e329392b061469390cfe16ceffa3059978d1.tar.gz |
fix 'make dist' so it works again
svn:r2633
-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 05491fe1e..d4a7a077a 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,6 +1,6 @@ confdir = $(sysconfdir)/tor -EXTRA_DIST = tor-tsocks.conf torify.1 tor-resolve.1 tor.spec tor-resolve +EXTRA_DIST = tor-tsocks.conf torify.1 tor.spec conf_DATA = tor-tsocks.conf |