From: Roger Dingledine Date: Tue, 2 Jul 2002 16:00:02 +0000 (+0000) Subject: removed op/ from the build process, since it no longer X-Git-Tag: tor-0.0.2pre8~444 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=419781685cc7fcccb18634cdd23b639ea73ba39f;p=thirdparty%2Ftor.git removed op/ from the build process, since it no longer builds now that i've removed common/onion.[ch] (oops) svn:r24 --- diff --git a/src/Makefile.am b/src/Makefile.am index 43027626f5..dcdb1a80a8 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 op or -DIST_SUBDIRS = common smtpap orkeygen httpap op or +SUBDIRS = common smtpap orkeygen httpap or +DIST_SUBDIRS = common smtpap orkeygen httpap or