diff options
author | Steven Hazel <sah@freehaven.net> | 2003-10-15 07:19:38 +0000 |
---|---|---|
committer | Steven Hazel <sah@freehaven.net> | 2003-10-15 07:19:38 +0000 |
commit | a54a65dfb68b41bf86c5d3e72f33beb6773c6983 (patch) | |
tree | 722f7717e186ce2d17b5d05b817e62239b3916b5 /src/config/Makefile.am | |
parent | 0149c4ed555db821e9331f1925fae46638a30f46 (diff) | |
download | tor-a54a65dfb68b41bf86c5d3e72f33beb6773c6983.tar.gz tor-a54a65dfb68b41bf86c5d3e72f33beb6773c6983.zip |
- cause configure to create a tor.sh which will have directories set
correctly based on how configure was run
- cause tor to guess the location of torrc more intelligently
- cause cause src/config/torrc and src/conf/sample-server-torrc to be
generated with contents that are correct for the way configure was
run
- cause "make install" to put torrc, sample-server-torrc, and
dirservers somewhere intelligent
svn:r587
Diffstat (limited to 'src/config/Makefile.am')
-rw-r--r-- | src/config/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config/Makefile.am b/src/config/Makefile.am index a4401b369b..8ff9132e7d 100644 --- a/src/config/Makefile.am +++ b/src/config/Makefile.am @@ -1,3 +1,5 @@ +confdir = $(sysconfdir)/tor -EXTRA_DIST = dirservers oprc sample-orrc +EXTRA_DIST = dirservers +conf_DATA = dirservers torrc sample-server-torrc |