From: Nick Mathewson Date: Thu, 28 Oct 2004 20:31:15 +0000 (+0000) Subject: Link tools directory into rest of build system X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c68db8b3dc74f05ab2bb6e397647f5d4f1dad0e;p=thirdparty%2Ftor.git Link tools directory into rest of build system svn:r2623 --- diff --git a/configure.in b/configure.in index e7314e6df9..209eeee660 100644 --- a/configure.in +++ b/configure.in @@ -235,5 +235,4 @@ AC_SUBST(LOCALSTATEDIR) echo "confdir: $CONFDIR" -AC_OUTPUT(Makefile contrib/tor.sh contrib/torify contrib/Makefile src/config/torrc.sample doc/tor.1 src/Makefile doc/Makefile doc/design-paper/Makefile src/config/Makefile src/common/Makefile src/or/Makefile src/win32/Makefile) - +AC_OUTPUT(Makefile contrib/tor.sh contrib/torify contrib/Makefile src/config/torrc.sample doc/tor.1 src/Makefile doc/Makefile doc/design-paper/Makefile src/config/Makefile src/common/Makefile src/or/Makefile src/win32/Makefile src/tools/Makefile) diff --git a/src/Makefile.am b/src/Makefile.am index d9ca7a375b..ae647b2d61 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # leave in dependency order, since common must be built first -SUBDIRS = common or win32 config -DIST_SUBDIRS = common or win32 config +SUBDIRS = common or tools win32 config +DIST_SUBDIRS = common or tools win32 config