Many files:
  Checkin of e2fsprogs 1.02.

diff --git a/lib/Makefile.dll-lib b/lib/Makefile.dll-lib
index 1a1f969..8bcf121 100644
--- a/lib/Makefile.dll-lib
+++ b/lib/Makefile.dll-lib
@@ -81,6 +81,7 @@
 install-shlibs install:: $(DLL_IMAGE).so.$(DLL_VERSION) installdirs
 	$(INSTALL_PROGRAM) $(DLL_IMAGE).so.$(DLL_VERSION) \
 		$(DESTDIR)$(DLL_INSTALL_DIR)/$(DLL_IMAGE).so.$(DLL_VERSION)
+	$(STRIP) $(DESTDIR)$(DLL_INSTALL_DIR)/$(DLL_IMAGE).so.$(DLL_VERSION)
 	-ldconfig
 
 install:: $(DLL_STUB).sa