mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02:00
glib/Makefile.am gmodule/Makefile.am gobject/Makefile.am Use srcdir also
2003-08-13 Tor Lillqvist <tml@iki.fi> * glib/Makefile.am * gmodule/Makefile.am * gobject/Makefile.am * gthread/Makefile.am: Use srcdir also in references to the .def files. (#118885, Jeff Bonggren)
This commit is contained in:
committed by
Tor Lillqvist
parent
2b553df50d
commit
a44c1da1c4
@@ -53,11 +53,11 @@ no_undefined = -no-undefined
|
||||
endif
|
||||
|
||||
if OS_WIN32
|
||||
export_symbols = -export-symbols gmodule.def
|
||||
export_symbols = -export-symbols $(srcdir)/gmodule.def
|
||||
|
||||
install-libtool-import-lib:
|
||||
$(INSTALL) .libs/libgmodule-2.0.dll.a $(DESTDIR)$(libdir)
|
||||
$(INSTALL) gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
|
||||
$(INSTALL) $(srcdir)/gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
|
||||
|
||||
uninstall-libtool-import-lib:
|
||||
-rm $(DESTDIR)$(libdir)/libgmodule-2.0.dll.a $(DESTDIR)$(libdir)/gmodule-2.0.def
|
||||
|
Reference in New Issue
Block a user