diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-15 18:06:23 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-15 18:06:23 +0000 |
commit | 076b27aff8e27bbf1a6aa5fe8eb4bb43db597401 (patch) | |
tree | bd88e10822c3c0f5fd8630ceb5f4a6fa0c9c743d /src/or | |
parent | 1dbe726f0436cb3ad552f0349dac4bfce5ba6ad4 (diff) | |
download | tor-076b27aff8e27bbf1a6aa5fe8eb4bb43db597401.tar.gz tor-076b27aff8e27bbf1a6aa5fe8eb4bb43db597401.zip |
r15077@catbus: nickm | 2007-09-15 14:04:19 -0400
Oops; make Makefile.am work on mingw again.
svn:r11445
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 970409d47e..c305ba5a7b 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -5,7 +5,7 @@ noinst_PROGRAMS = test bin_PROGRAMS = tor if BUILD_NT_SERVICES -tor_platform_source=ntmain.c config.c +tor_platform_source=ntmain.c else tor_platform_source= endif |