Remove -lwininet which had been added by mistake. We will probably
authorTor Lillqvist <tml@novell.com>
Sun, 10 Aug 2008 22:01:36 +0000 (22:01 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 10 Aug 2008 22:01:36 +0000 (22:01 +0000)
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

gio/ChangeLog
gio/Makefile.am

index 3dfdee5..1bc5bd1 100644 (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
index 52e5e8f..8e58ed5 100644 (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 \