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:
Tor Lillqvist
2003-08-13 00:24:21 +00:00
committed by Tor Lillqvist
parent 2b553df50d
commit a44c1da1c4
10 changed files with 56 additions and 8 deletions

View File

@@ -36,11 +36,11 @@ no_undefined = -no-undefined
endif
if OS_WIN32
export_symbols = -export-symbols gobject.def
export_symbols = -export-symbols $(srcdir)/gobject.def
install-libtool-import-lib:
$(INSTALL) .libs/libgobject-2.0.dll.a $(DESTDIR)$(libdir)
$(INSTALL) gobject.def $(DESTDIR)$(libdir)/gobject-2.0.def
$(INSTALL) $(srcdir)/gobject.def $(DESTDIR)$(libdir)/gobject-2.0.def
uninstall-libtool-import-lib:
-rm $(DESTDIR)$(libdir)/libgobject-2.0.dll.a $(DESTDIR)$(libdir)/gobject-2.0.def