mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +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
@@ -43,11 +43,11 @@ no_undefined = -no-undefined
|
||||
endif
|
||||
|
||||
if OS_WIN32
|
||||
export_symbols = -export-symbols gthread.def
|
||||
export_symbols = -export-symbols $(srcdir)/gthread.def
|
||||
|
||||
install-libtool-import-lib:
|
||||
$(INSTALL) .libs/libgthread-2.0.dll.a $(DESTDIR)$(libdir)
|
||||
$(INSTALL) gthread.def $(DESTDIR)$(libdir)/gthread-2.0.def
|
||||
$(INSTALL) $(srcdir)/gthread.def $(DESTDIR)$(libdir)/gthread-2.0.def
|
||||
|
||||
uninstall-libtool-import-lib:
|
||||
-rm $(DESTDIR)$(libdir)/libgthread-2.0.dll.a $(DESTDIR)$(libdir)/gthread-2.0.def
|
||||
|
Reference in New Issue
Block a user