From: nbd Date: Sun, 1 Mar 2009 00:56:29 +0000 (+0000) Subject: giflib: install the static library to the staging dir X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3a1cd8f9373978ffed1cbac14b5908452d604e18;p=packages.git giflib: install the static library to the staging dir git-svn-id: svn://svn.openwrt.org/openwrt/packages@14701 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/giflib/Makefile b/libs/giflib/Makefile index 762c7c4b6..7e03be211 100644 --- a/libs/giflib/Makefile +++ b/libs/giflib/Makefile @@ -43,6 +43,7 @@ endef define Build/InstallDev $(INSTALL_DIR) $(1)/usr/{lib,include} $(CP) $(PKG_BUILD_DIR)/lib/.libs/lib*so* $(1)/usr/lib + $(CP) $(PKG_BUILD_DIR)/lib/.libs/libgif.a $(1)/usr/lib $(CP) $(PKG_BUILD_DIR)/lib/libgif.la $(1)/usr/lib $(CP) $(PKG_BUILD_DIR)/lib/*.h $(1)/usr/include/ endef