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 /configure.in | |
parent | 6899b8001a10ed67fbca527352cd49137854125f (diff) | |
download | tor-9cc0c3620f4a79d49da486b1a15cbae65a116393.tar.gz tor-9cc0c3620f4a79d49da486b1a15cbae65a116393.zip |
ship src/win32/ in the tarball
svn:r2576
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 35465c62b5..0463f40231 100644 --- a/configure.in +++ b/configure.in @@ -235,5 +235,5 @@ 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) +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) |