From: Nicolas Thill Date: Fri, 22 Aug 2008 05:02:04 +0000 (+0000) Subject: install ppp development headers X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1403460c0543e55aef891de682110b712a693b60;p=openwrt%2Fsvn-archive%2Farchive.git install ppp development headers SVN-Revision: 12368 --- diff --git a/package/ppp/Makefile b/package/ppp/Makefile index f6dbd33c95..c4feb82dde 100644 --- a/package/ppp/Makefile +++ b/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