]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ship src/win32/ in the tarball
authorRoger Dingledine <arma@torproject.org>
Thu, 21 Oct 2004 00:49:17 +0000 (00:49 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 21 Oct 2004 00:49:17 +0000 (00:49 +0000)
svn:r2576

configure.in
src/Makefile.am
src/win32/Makefile.am [new file with mode: 0644]

index 35465c62b5d1180db98747a5c469723ec4833a3b..0463f402318183db2a266b9f70589592cae27337 100644 (file)
@@ -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)
 
index ba296a6b0fdff08c7e409df09e41876c18e74235..d9ca7a375bc89d20fadca0176c323ee6c194c7a5 100644 (file)
@@ -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
 
diff --git a/src/win32/Makefile.am b/src/win32/Makefile.am
new file mode 100644 (file)
index 0000000..7f5d742
--- /dev/null
@@ -0,0 +1,3 @@
+
+EXTRA_DIST = orconfig.h
+