Re: [OpenWrt-Devel] [PATCH] libnl: Install include files into libnl3

2015-10-02 Thread Paul Fertser
Bruno Randolf writes: > Install header files into same location as pkgconfig/libnl-3.0.pc says: > Cflags: -I${includedir}/libnl3 For the reference, I've sent a similar patch [1] but have forgotten to modify the INSTALL_DIR line. [1] http://patchwork.ozlabs.org/patch/524877/

[OpenWrt-Devel] [PATCH] libnl: Install include files into libnl3

2015-10-01 Thread Bruno Randolf
Install header files into same location as pkgconfig/libnl-3.0.pc says: Cflags: -I${includedir}/libnl3 Signed-off-by: Bruno Randolf --- package/libs/libnl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/libnl/Makefile