瀏覽代碼

install ppp development headers

SVN-Revision: 12368
Nicolas Thill 17 年之前
父節點
當前提交
2ac5a81ab4
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      package/ppp/Makefile

+ 5 - 0
package/ppp/Makefile

@@ -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