glib r7335 - trunk/gio



Author: tml
Date: Sun Aug 10 22:01:36 2008
New Revision: 7335
URL: http://svn.gnome.org/viewvc/glib?rev=7335&view=rev

Log:
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.)



Modified:
   trunk/gio/ChangeLog
   trunk/gio/Makefile.am

Modified: trunk/gio/Makefile.am
==============================================================================
--- trunk/gio/Makefile.am	(original)
+++ trunk/gio/Makefile.am	Sun Aug 10 22:01:36 2008
@@ -147,7 +147,7 @@
 
 if OS_WIN32
 appinfo_sources += gwin32appinfo.c gwin32appinfo.h
-platform_libadd += -lshlwapi -lwininet
+platform_libadd += -lshlwapi
 win32_sources = \
 	gwin32mount.c \
 	gwin32mount.h \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]