2f25943
diff --git a/include/buildmacros b/include/buildmacros
2f25943
index ab89182..17423c0 100644
2f25943
--- a/include/buildmacros
2f25943
+++ b/include/buildmacros
2f25943
@@ -88,8 +88,6 @@ INSTALL_LTLIB_DEV = \
cvsdist 0d74a60
 	../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
cvsdist 0d74a60
 	../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR); \
2f25943
 	if test "x$(PKG_DEVLIB_DIR)" != "x$(PKG_LIB_DIR)" ; then \
cvsdist 0d74a60
-	../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).a $(PKG_LIB_DIR)/$(LIBNAME).a; \
cvsdist 0d74a60
-	../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).la $(PKG_LIB_DIR)/$(LIBNAME).la; \
2f25943
 	../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so; \
2f25943
 	fi
cvsdist 0d74a60
 else