This is the library the programs should link against so it should be
available on the link editor's path.
---
 usr/lib/pkcs11/api/Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/usr/lib/pkcs11/api/Makefile.am b/usr/lib/pkcs11/api/Makefile.am
index b8161a7..f49b37b 100644
--- a/usr/lib/pkcs11/api/Makefile.am
+++ b/usr/lib/pkcs11/api/Makefile.am
@@ -1,4 +1,4 @@
-pkglib_LTLIBRARIES = libopencryptoki.la
+lib_LTLIBRARIES = libopencryptoki.la
 
 SO_CURRENT=0
 SO_REVISION=0
@@ -18,8 +18,6 @@ install-data-hook:
        $(MKDIR_P) $(DESTDIR)$(libdir)/opencryptoki/stdll
        $(MKDIR_P) $(DESTDIR)$(libdir)/pkcs11
        cd $(DESTDIR)$(libdir)/opencryptoki && \
-               ln -sf libopencryptoki.so PKCS11_API.so 
-       cd $(DESTDIR)$(libdir)/opencryptoki && \
                ln -sf $(sbindir) methods
        cd $(DESTDIR)$(libdir)/pkcs11 && \
                ln -sf $(sbindir) methods
@@ -33,7 +31,6 @@ install-data-hook:
 uninstall-hook:
        if test -d $(DESTDIR)$(libdir)/opencryptoki/stdll; then \
                cd $(DESTDIR)$(libdir)/opencryptoki && \
-               rm -f PKCS11_API.so && \
                rm -f methods; fi
        if test -d $(DESTDIR)$(libdir)/pkcs11; then \
                cd $(DESTDIR)$(libdir)/pkcs11 && \
-- 
1.7.5.rc1


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Opencryptoki-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech

Reply via email to