mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 17:15:01 +02:00
flter: install head files
This commit is contained in:
parent
f6e42fcb75
commit
836e6d066f
@ -33,5 +33,10 @@ define Package/flite/install
|
|||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/flite $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/flite $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
$(CP) $(PKG_BUILD_DIR)/include/*.h $(1)/usr/include
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,flite))
|
$(eval $(call BuildPackage,flite))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user