diff options
Diffstat (limited to 'package/openct/Makefile')
-rw-r--r-- | package/openct/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openct/Makefile b/package/openct/Makefile index 2267c1b5e..7329d8eff 100644 --- a/package/openct/Makefile +++ b/package/openct/Makefile @@ -37,6 +37,8 @@ post-install: ${IDIR_OPENCT}/usr/bin ${INSTALL_DATA} ${WRKBUILD}/etc/openct.conf \ ${IDIR_OPENCT}/etc + +libopenct-install: ${INSTALL_DIR} ${IDIR_LIBOPENCT}/usr/lib ${CP} ${WRKINST}/usr/lib/libopenct.so* \ ${IDIR_LIBOPENCT}/usr/lib |