Remove -lwininet which had been added by mistake. We will probably

2008-08-11  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (platform_libadd): Remove -lwininet which had been
	added by mistake. We will probably eventually be using WinHTTP,
	not the older WinInet anyway. (Actually I am working on it.)


svn path=/trunk/; revision=7335
This commit is contained in:
Tor Lillqvist 2008-08-10 22:01:36 +00:00 committed by Tor Lillqvist
parent ae6300bd09
commit c7ba2969d1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-08-11 Tor Lillqvist <tml@novell.com>
* Makefile.am (platform_libadd): Remove -lwininet which had been
added by mistake. We will probably eventually be using WinHTTP,
not the older WinInet anyway. (Actually I am working on it.)
2008-08-10 Felix Riemann <friemann@svn.gnome.org>
Bug 547080 g_file_copy leaks expected errors

View File

@ -147,7 +147,7 @@ endif
if OS_WIN32
appinfo_sources += gwin32appinfo.c gwin32appinfo.h
platform_libadd += -lshlwapi -lwininet
platform_libadd += -lshlwapi
win32_sources = \
gwin32mount.c \
gwin32mount.h \