install ppp development headers
[openwrt.git] / package / ppp / Makefile
index f6dbd33..c4feb82 100644 (file)
@@ -121,6 +121,11 @@ define Build/Compile
                all install
 endef
 
+define Build/InstallDev
+       $(INSTALL_DIR) $(1)/usr/include
+       $(CP) $(PKG_INSTALL_DIR)/usr/include/pppd $(1)/usr/include/
+endif
+
 define Package/ppp/install
        $(INSTALL_DIR) $(1)/usr/lib/pppd/$(PKG_VERSION)
        $(INSTALL_DIR) $(1)/usr/sbin
This page took 0.025554 seconds and 4 git commands to generate.