From: Jiri Slachta Date: Mon, 21 Jul 2014 20:45:52 +0000 (+0200) Subject: spandsp: put back accidentally missed header files X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fccc8510435fb31736ea952cd82061e3315d226c;p=feed%2Ftelephony.git spandsp: put back accidentally missed header files Signed-off-by: Jiri Slachta --- diff --git a/libs/spandsp/Makefile b/libs/spandsp/Makefile index 4abae1f..ee26d3a 100644 --- a/libs/spandsp/Makefile +++ b/libs/spandsp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=spandsp PKG_VERSION:=0.0.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.soft-switch.org/downloads/spandsp/ @@ -41,6 +41,9 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/spandsp $(CP) $(PKG_INSTALL_DIR)/usr/include/spandsp/*.h $(1)/usr/include/spandsp/ + $(INSTALL_DIR) $(1)/usr/include/spandsp/private + $(CP) $(PKG_INSTALL_DIR)/usr/include/spandsp/private/*.h $(1)/usr/include/spandsp/private/ + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/spandsp.pc $(1)/usr/lib/pkgconfig/ endef