mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
mstflint: add InstallDev target
This commit adds a missing InstallDev target, which includes header and library files to use the mtcr library. Signed-off-by: Til Kaiser <mail@tk154.de>
This commit is contained in:
@@ -96,6 +96,14 @@ TARGET_CFLAGS += \
|
|||||||
-D_GNU_SOURCE \
|
-D_GNU_SOURCE \
|
||||||
-I$(STAGING_DIR)/usr/include/libxml2
|
-I$(STAGING_DIR)/usr/include/libxml2
|
||||||
|
|
||||||
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/mstflint $(1)/usr/include/
|
||||||
|
|
||||||
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/mstflint $(1)/usr/lib/
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/mstflint/install
|
define Package/mstflint/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mstarchive $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mstarchive $(1)/usr/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user