mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02: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:
committed by
Tor Lillqvist
parent
21095f4732
commit
ff69c53da9
@@ -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 \
|
||||
|
Reference in New Issue
Block a user