summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2003-08-13 00:24:21 +0000
committerTor Lillqvist <tml@src.gnome.org>2003-08-13 00:24:21 +0000
commita44c1da1c4a96e0cf4fcfd8e1cc1fff6323cf8ca (patch)
treef4d4bc175175733edc646c5dbf0bdbcdcfb66132 /gmodule
parent2b553df50de48b53cc0416ff6ce19f41d1a04320 (diff)
downloadglib-a44c1da1c4a96e0cf4fcfd8e1cc1fff6323cf8ca.tar.gz
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)
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am
index ad70c70ed..4f7c7b52f 100644
--- a/gmodule/Makefile.am
+++ b/gmodule/Makefile.am
@@ -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