mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Make libgio-2.0.la depend on gio.def on Windows.
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
This commit is contained in:
parent
21095f4732
commit
ff69c53da9
@ -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:
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user