diff options
author | Rob Austein <sra@hactrn.net> | 2016-07-13 10:58:15 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-07-13 11:01:30 -0400 |
commit | f4088df3576ab7c9acda2efdc7c4321f01ac612f (patch) | |
tree | fbf0be4ffcdc1ef92ec42adefd08246cd1b3d3e8 /source/Makefile | |
parent | 67b3e361c7fe0f50f5d8b3be7a77bd78cb2e2107 (diff) |
Track library name change: libpkcs11 => libcryptech-pkcs11.
Diffstat (limited to 'source/Makefile')
-rw-r--r-- | source/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/Makefile b/source/Makefile index 916d30b..af018b1 100644 --- a/source/Makefile +++ b/source/Makefile @@ -18,9 +18,9 @@ clean distclean: install: all install -D -m 644 cryptech-alpha-firmware.tar.gz ${DESTDIR}/usr/share/cryptech-alpha-firmware.tar.gz - install -D -m 644 sw/pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so - ln -s libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so.0 - install -D sw/pkcs11/p11util ${DESTDIR}/usr/bin/p11util + install -D -m 644 sw/pkcs11/libcryptech-pkcs11.so ${DESTDIR}/usr/lib/libcryptech-pkcs11.so + ln -s libcryptech-pkcs11.so ${DESTDIR}/usr/lib/libcryptech-pkcs11.so.0 +# install -D sw/pkcs11/p11util ${DESTDIR}/usr/bin/p11util # install -D sw/pkcs11/libhal/cryptech_rpcd ${DESTDIR}/usr/bin/cryptech_rpcd install -D sw/stm32/projects/hsm/cryptech_upload ${DESTDIR}/usr/bin/cryptech_upload install -D sw/stm32/projects/hsm/cryptech_probe ${DESTDIR}/usr/bin/cryptech_probe |