Link tools directory into rest of build system

svn:r2623
This commit is contained in:
Nick Mathewson 2004-10-28 20:31:15 +00:00
parent f0cb6baba1
commit 5c68db8b3d
2 changed files with 3 additions and 4 deletions

View File

@ -235,5 +235,4 @@ AC_SUBST(LOCALSTATEDIR)
echo "confdir: $CONFDIR" 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)

View File

@ -1,5 +1,5 @@
# leave in dependency order, since common must be built first # leave in dependency order, since common must be built first
SUBDIRS = common or win32 config SUBDIRS = common or tools win32 config
DIST_SUBDIRS = common or win32 config DIST_SUBDIRS = common or tools win32 config