Ver código fonte

ship src/win32/ in the tarball

svn:r2576
Roger Dingledine 19 anos atrás
pai
commit
9cc0c3620f
3 arquivos alterados com 6 adições e 4 exclusões
  1. 1 1
      configure.in
  2. 2 3
      src/Makefile.am
  3. 3 0
      src/win32/Makefile.am

+ 1 - 1
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)
 

+ 2 - 3
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
 

+ 3 - 0
src/win32/Makefile.am

@@ -0,0 +1,3 @@
+
+EXTRA_DIST = orconfig.h
+