diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-10-28 20:31:15 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-10-28 20:31:15 +0000 |
commit | 5c68db8b3dc74f05ab2bb6e397647f5d4f1dad0e (patch) | |
tree | 4dd4f2e91328cc66161c57366b3cbbbafe2ebd67 /src/Makefile.am | |
parent | f0cb6baba16d6054968174c48580ddd1a542524d (diff) | |
download | tor-5c68db8b3dc74f05ab2bb6e397647f5d4f1dad0e.tar.gz tor-5c68db8b3dc74f05ab2bb6e397647f5d4f1dad0e.zip |
Link tools directory into rest of build system
svn:r2623
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 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 |