Do not install static libraries in the resulting package, thanks Raphael
[openwrt/svn-archive/archive.git] / libs / libol / Makefile
index 5d013b901b58b3101d997f5daf7b3cf6b4a473a8..65583ab951d14b58a9165cd5bc99a96630ab23c6 100644 (file)
@@ -66,7 +66,7 @@ endef
 define Package/libol/install
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) \
-               $(PKG_INSTALL_DIR)/usr/lib/libol.{a,so*} \
+               $(PKG_INSTALL_DIR)/usr/lib/libol.so* \
                $(1)/usr/lib/
 endef