summaryrefslogtreecommitdiff
path: root/package/neon
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:39:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:39:17 +0100
commit26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c (patch)
tree22f152f92d6c1e9c325583f46278a385ffefd38b /package/neon
parent67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff)
another round of native compile fixes
Diffstat (limited to 'package/neon')
-rw-r--r--package/neon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/neon/Makefile b/package/neon/Makefile
index 39f77a483..6ef4685e5 100644
--- a/package/neon/Makefile
+++ b/package/neon/Makefile
@@ -32,11 +32,14 @@ neon-install:
$(CP) ${WRKINST}/usr/lib/libneon.so* ${IDIR_NEON}/usr/lib
neon-dev-install:
- ${INSTALL_DIR} ${IDIR_NEON_DEV}/usr/lib/pkgconfig
${INSTALL_DIR} ${IDIR_NEON_DEV}/usr/include/neon
${INSTALL_DATA} ${WRKINST}/usr/include/neon/*.h \
${IDIR_NEON_DEV}/usr/include/neon
+ ${INSTALL_DIR} ${IDIR_NEON_DEV}/usr/lib/pkgconfig
${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/neon.pc \
${IDIR_NEON_DEV}/usr/lib/pkgconfig
+ ${INSTALL_DIR} ${IDIR_NEON_DEV}/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/neon-config \
+ ${IDIR_NEON_DEV}/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk