summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-06-24 13:26:45 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-06-24 13:26:45 +0000
commit80d0d5690f7d3e773f9c0095b7d3ac8d56b6cce1 (patch)
tree251c1fd21608bf0f37feb35c8d5a6bff2e4ed032 /gmodule
parent793a9e4dcdbeccaa6f39cfec009b7b01a156a3e3 (diff)
downloadglib-80d0d5690f7d3e773f9c0095b7d3ac8d56b6cce1.tar.gz
glib/Makefile.am gmodule/Makefile.am Current GNU tools do understand the
2005-06-24 Tor Lillqvist <tml@novell.com> * glib/Makefile.am * gmodule/Makefile.am * gobject/Makefile.am: Current GNU tools do understand the PRIVATE keyword. * glib/gfileutils.c (g_mkdir_with_parents): Return error with EINVAL also for empty pathnames. (g_build_pathname_va): Fix typo.
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/ChangeLog5
-rw-r--r--gmodule/Makefile.am5
2 files changed, 5 insertions, 5 deletions
diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog
index f935e3cd2..384875796 100644
--- a/gmodule/ChangeLog
+++ b/gmodule/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-24 Tor Lillqvist <tml@novell.com>
+
+ * Makefile.am (install-libtool-import-lib): Current GNU tools do
+ understand the PRIVATE keyword.
+
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.0 ===
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am
index c998d0b65..58fffda8c 100644
--- a/gmodule/Makefile.am
+++ b/gmodule/Makefile.am
@@ -55,11 +55,6 @@ if OS_WIN32
export_symbols = -export-symbols $(srcdir)/gmodule.def
install-libtool-import-lib:
-# Don't put the binary compatibility entries in the import lib!
- for entry in `grep PRIVATE gmodule.def | sed -e 's/PRIVATE//'`; do \
- file=`nm -A .libs/libgmodule-2.0.dll.a | tr -d '\r' | grep -E $$entry'$$' | head -n 1 | cut -d: -f2`; \
- ar d .libs/libgmodule-2.0.dll.a $$file; \
- done
$(INSTALL) .libs/libgmodule-2.0.dll.a $(DESTDIR)$(libdir)
$(INSTALL) $(srcdir)/gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def