Make libgio-2.0.la depend on gio.def on Windows.
authorTor Lillqvist <tml@novell.com>
Sun, 16 Mar 2008 09:30:21 +0000 (09:30 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 16 Mar 2008 09:30:21 +0000 (09:30 +0000)
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.

svn path=/trunk/; revision=6721

gio/ChangeLog
gio/Makefile.am

index 8c00108..8d34c73 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2008-03-12  David Zeuthen  <davidz@redhat.com>
 
        * gio.symbols:
index 3f336c2..b22a5ec 100644 (file)
@@ -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              \