Paul Vriens : winhttp: Fix compile/install issue.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 31 09:07:30 CDT 2007


Module: wine
Branch: master
Commit: 2aaafbb9e866a4b2e64834060d68e2e679637d0b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2aaafbb9e866a4b2e64834060d68e2e679637d0b

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Tue Jul 31 15:35:42 2007 +0200

winhttp: Fix compile/install issue.

---

 dlls/winhttp/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winhttp/Makefile.in b/dlls/winhttp/Makefile.in
index 7e76b1e..893c990 100644
--- a/dlls/winhttp/Makefile.in
+++ b/dlls/winhttp/Makefile.in
@@ -2,7 +2,7 @@ TOPSRCDIR = @top_srcdir@
 TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
-MODULE    = winhttp
+MODULE    = winhttp.dll
 IMPORTS   = kernel32
 
 C_SRCS	  = main.c




More information about the wine-cvs mailing list