diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-22 11:09:07 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-22 11:09:07 +0000 |
commit | 155c9b80cadc18715697dc24164dbdfc47b3cf77 (patch) | |
tree | cc2364cc0664ab237168781e97018720b89a0859 /src/Makefile.am | |
parent | 8d1aa27c462848b5111b874a51469761ca659f0d (diff) | |
download | tor-155c9b80cadc18715697dc24164dbdfc47b3cf77.tar.gz tor-155c9b80cadc18715697dc24164dbdfc47b3cf77.zip |
onion proxy now speaks socks4a
httpap is obsolete; we support privoxy directly now!
smtpap is obsolete; need to find a good socks4a-enabled smtp proxy/client
I dub thee 0.0.1.
svn:r107
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 912774be3f..2f32580a0b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # leave in dependency order, since common must be built first -SUBDIRS = common smtpap orkeygen httpap or -DIST_SUBDIRS = common smtpap orkeygen httpap or +SUBDIRS = common orkeygen or +DIST_SUBDIRS = common orkeygen or EXTRA_DIST = config |