ppp: install development headers and libs

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-10 15:21:30 +01:00
parent 4c6765e672
commit bcf402dc74

View File

@ -50,6 +50,7 @@ make_target() {
}
makeinstall_target() {
make DESTDIR=$SYSROOT_PREFIX/usr install-devel
make DESTDIR=$INSTALL/usr install
}