diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-08-22 05:02:04 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-08-22 05:02:04 +0000 |
commit | 5ad11c0b0f16c72fcad4d3f6d2ba196fc961c16b (patch) | |
tree | d29a556a93cb3dcdcf91741216c0e34d1e5cefef /package/ppp/Makefile | |
parent | 39b4ccc22d5b9c6b3a0e0ea2c413127a22f21ace (diff) | |
download | upstream-5ad11c0b0f16c72fcad4d3f6d2ba196fc961c16b.tar.gz upstream-5ad11c0b0f16c72fcad4d3f6d2ba196fc961c16b.tar.bz2 upstream-5ad11c0b0f16c72fcad4d3f6d2ba196fc961c16b.zip |
install ppp development headers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12368 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |