diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-03 17:28:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-03 17:28:32 +0200 |
commit | 45ec86f9056dc8b7c2718a28ef7ac0cff6b7701e (patch) | |
tree | 2e76b16c206edea36a0be76659b11c6765fcca4d /package/libIDL/Makefile | |
parent | d76426c353f096f1312c4df605b1d6d855171192 (diff) | |
parent | 806cefae6dd3c23390e422277ee8068bf29c2fbd (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libIDL/Makefile')
-rw-r--r-- | package/libIDL/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libIDL/Makefile b/package/libIDL/Makefile index b26fd863d..8ffb0fe31 100644 --- a/package/libIDL/Makefile +++ b/package/libIDL/Makefile @@ -29,6 +29,9 @@ libidl-install: $(IDIR_LIBIDL)/usr/lib libidl-dev-install: + $(INSTALL_DIR) $(IDIR_LIBIDL_DEV)/usr/include + $(CP) $(WRKINST)/usr/include/* \ + $(IDIR_LIBIDL_DEV)/usr/include $(INSTALL_DIR) $(IDIR_LIBIDL_DEV)/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/libIDL-config-2 \ $(IDIR_LIBIDL_DEV)/usr/bin |