diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 19:07:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 19:07:46 +0200 |
commit | 881ae5190f4f8c0bc3bbcee1dbdb6ae781832034 (patch) | |
tree | 67206728c68b29978515e3d15b5c9bfb3d692e27 | |
parent | 3510061660af29941639ec869f2eb9a4dbf60fc6 (diff) |
add more development files
-rw-r--r-- | package/openct/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/openct/Makefile b/package/openct/Makefile index b2e5e8a79..2267c1b5e 100644 --- a/package/openct/Makefile +++ b/package/openct/Makefile @@ -38,12 +38,15 @@ post-install: ${INSTALL_DATA} ${WRKBUILD}/etc/openct.conf \ ${IDIR_OPENCT}/etc ${INSTALL_DIR} ${IDIR_LIBOPENCT}/usr/lib - ${CP} ${WRKINST}/usr/lib/libopenct.so.* \ + ${CP} ${WRKINST}/usr/lib/libopenct.so* \ ${IDIR_LIBOPENCT}/usr/lib libopenct-dev-install: ${INSTALL_DIR} ${IDIR_LIBOPENCT_DEV}/usr/include/openct ${CP} ${WRKINST}/usr/include/openct/*.h \ ${IDIR_LIBOPENCT_DEV}/usr/include/openct + ${INSTALL_DIR} ${IDIR_LIBOPENCT_DEV}/usr/lib/pkgconfig + ${CP} ${WRKINST}/usr/lib/pkgconfig/*.pc \ + ${IDIR_LIBOPENCT_DEV}/usr/lib/pkgconfig include ${TOPDIR}/mk/pkg-bottom.mk |