diff options
author | Rob Austein <sra@hactrn.net> | 2016-07-13 10:52:41 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-07-13 10:52:41 -0400 |
commit | 9cfb3fbc22f3e79ec16a037e2c3140cd9c7c634c (patch) | |
tree | c3581e59f146eaf0a1bf1c8777cc54d22160b55e /Makefile | |
parent | f5afedfb91659fc209df990f13aec9904a7cce33 (diff) |
Add "cryptech" to public "pkcs11" names.
Database location environment variable is now CRYPTECH_PKCS11_DATABASE.
Installed library is now libcryptech-pkcs11.{so,dylib}.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -95,11 +95,11 @@ LIBS := ${LIBHAL_BLD}/libhal.a ${LIBTFM_BLD}/libtfm.a LIBHAL_TARGET := serial ifeq "${UNAME}" "Darwin" - SONAME := libpkcs11.dylib + SONAME := libcryptech-pkcs11.dylib SOFLAGS := -dynamiclib # LIBHAL_TARGET := serial else - SONAME := libpkcs11.so + SONAME := libcryptech-pkcs11.so SOFLAGS := -Wl,-Bsymbolic-functions -Wl,-Bsymbolic -Wl,-z,noexecstack -Wl,-soname,${SONAME}.0 # LIBHAL_TARGET := daemon endif |