diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-21 00:49:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-21 00:49:17 +0000 |
commit | 9cc0c3620f4a79d49da486b1a15cbae65a116393 (patch) | |
tree | 992b23cdbdb28e77dcfb3566d2648d4a96633390 /src/Makefile.am | |
parent | 6899b8001a10ed67fbca527352cd49137854125f (diff) | |
download | tor-9cc0c3620f4a79d49da486b1a15cbae65a116393.tar.gz tor-9cc0c3620f4a79d49da486b1a15cbae65a116393.zip |
ship src/win32/ in the tarball
svn:r2576
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ba296a6b0f..d9ca7a375b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,5 @@ # leave in dependency order, since common must be built first - -SUBDIRS = common or config -DIST_SUBDIRS = common or config +SUBDIRS = common or win32 config +DIST_SUBDIRS = common or win32 config |