소스 검색

r15077@catbus: nickm | 2007-09-15 14:04:19 -0400
Oops; make Makefile.am work on mingw again.


svn:r11445

Nick Mathewson 17 년 전
부모
커밋
076b27aff8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/Makefile.am

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