From 28da628c0d346220a9ec092d052c1bf4345699a4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 30 May 2005 20:50:17 +0000 Subject: [PATCH] make the openwrt package dir install the shared includes into the staging dir SVN-Revision: 1117 --- openwrt/package/openwrt/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openwrt/package/openwrt/Makefile b/openwrt/package/openwrt/Makefile index 850c8729af..71edbee3af 100644 --- a/openwrt/package/openwrt/Makefile +++ b/openwrt/package/openwrt/Makefile @@ -67,6 +67,8 @@ $(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK) source: $(DL_DIR)/$(LINKSYS_WLCONF_TGZ) prepare: $(LINKSYS_WLCONF_DIR)/.unpacked compile: prepare libnvram-compile libshared-compile $(PKG_IPK) $(PKG_WLCOMPAT) + mkdir -p $(STAGING_DIR)/usr/include + cp -a ./include/* $(STAGING_DIR)/usr/include/ install: libnvram-install libshared-install \ $(TARGET_DIR)/usr/sbin/wlconf \ $(IPKG_STATE_DIR)/info/$(PKG_NAME).list \ -- 2.25.1