aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a275e3d..06cb61c 100644
--- a/Makefile
+++ b/Makefile
@@ -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