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