r15077@catbus: nickm | 2007-09-15 14:04:19 -0400

Oops; make Makefile.am work on mingw again.


svn:r11445
This commit is contained in:
Nick Mathewson 2007-09-15 18:06:23 +00:00
parent 1dbe726f04
commit 076b27aff8

View File

@ -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