From: Tor Lillqvist Date: Sun, 16 Mar 2008 09:30:21 +0000 (+0000) Subject: Make libgio-2.0.la depend on gio.def on Windows. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ff69c53da9c242d080427968afd0864739c3bfa9;p=dana%2Fcg-glib.git Make libgio-2.0.la depend on gio.def on Windows. 2008-03-16 Tor Lillqvist * Makefile.am (libgio_2_0_la_DEPENDENCIES): Make libgio-2.0.la depend on gio.def on Windows. svn path=/trunk/; revision=6721 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 8c001087..8d34c733 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-03-16 Tor Lillqvist + + * Makefile.am (libgio_2_0_la_DEPENDENCIES): Make libgio-2.0.la + depend on gio.def on Windows. + 2008-03-12 David Zeuthen * gio.symbols: diff --git a/gio/Makefile.am b/gio/Makefile.am index 3f336c25..b22a5ec9 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -230,6 +230,7 @@ endif 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 @@ install-data-local: install-ms-lib install-def-file 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 \