diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:48:00 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:48:00 +0100 |
| commit | 09381f08db60bd52ab7135bd084fa2bb197a98c2 (patch) | |
| tree | 24fccce5f78fc4129d5b26d0adf07cda138d8188 /package/libnl | |
| parent | 890c35ac59300679b63cc3f94409143dd7020ebe (diff) | |
| parent | a4137f916eed4e87434e5382573008c89c8f1652 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libnl')
| -rw-r--r-- | package/libnl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libnl/Makefile b/package/libnl/Makefile index c2878f406..3261a50ec 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -32,5 +32,8 @@ libnl-install: libnl-dev-install: ${INSTALL_DIR} ${IDIR_LIBNL_DEV}/usr/include ${CP} ${WRKINST}/usr/include/* ${IDIR_LIBNL_DEV}/usr/include + ${INSTALL_DIR} ${IDIR_LIBNL_DEV}/usr/lib/pkgconfig + ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/*.pc \ + ${IDIR_LIBNL_DEV}/usr/lib/pkgconfig include ${TOPDIR}/mk/pkg-bottom.mk |
