glib r6721 - trunk/gio



Author: tml
Date: Sun Mar 16 09:30:21 2008
New Revision: 6721
URL: http://svn.gnome.org/viewvc/glib?rev=6721&view=rev

Log:
2008-03-16  Tor Lillqvist  <tml novell com>

	* Makefile.am (libgio_2_0_la_DEPENDENCIES): Make libgio-2.0.la
	depend on gio.def on Windows.



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

Modified: trunk/gio/Makefile.am
==============================================================================
--- trunk/gio/Makefile.am	(original)
+++ trunk/gio/Makefile.am	Sun Mar 16 09:30:21 2008
@@ -230,6 +230,7 @@
 
 if OS_WIN32
 export_symbols = -export-symbols gio.def
+gio_def = gio.def
 
 install-def-file:
 	$(INSTALL) gio.def $(DESTDIR)$(libdir)/gio-2.0.def
@@ -248,6 +249,7 @@
 uninstall-local: uninstall-ms-lib uninstall-def-file
 
 libgio_2_0_la_LDFLAGS= -export-dynamic $(no_undefined) $(export_symbols)
+libgio_2_0_la_DEPENDENCIES = $(gio_def)
 
 gio_headers =			\
 	gappinfo.h 		\



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