move p11_* into a new library.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2387 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-07-10 17:01:03 +00:00
parent 65eec98c71
commit 4818083938
11 changed files with 3 additions and 5 deletions

View File

@ -6,4 +6,4 @@ EXTRA_DIST = Makefile.mak
# Order IS important
SUBDIRS = common include scconf scdl scldap scrandom libopensc pkcs15init pkcs11 \
tests tools openssh scam pam sia signer sslengines
tests tools openssh scam pam sia signer libp11 sslengines

View File

@ -2,7 +2,7 @@ TOPDIR = ..
!INCLUDE $(TOPDIR)\win32\Make.rules.mak
SUBDIRS = include common scconf scdl libopensc tests scrandom pkcs15init pkcs11 tools $(OPENSSL_ENGINES_DIR)
SUBDIRS = include common scconf scdl libopensc tests scrandom pkcs15init pkcs11 tools libp11 $(OPENSSL_ENGINES_DIR)
all::

View File

@ -24,11 +24,9 @@ engine_opensc_la_LDFLAGS = @OPENSSL_LDFLAGS@ -module -avoid-version
engine_pkcs11_la_SOURCES = \
hw_pkcs11.c engine_pkcs11.c engine_pkcs11.h \
p11_attr.c p11_cert.c p11_err.c p11_key.c \
p11_load.c p11_misc.c p11_rsa.c p11_slot.c \
pkcs11-internal.h
engine_pkcs11_la_CFLAGS = $(OPENSSL_CFLAGS)
engine_pkcs11_la_LIBADD = @ENGINE_LINK@ ../pkcs11/libpkcs11.la
engine_pkcs11_la_LIBADD = @ENGINE_LINK@ ../pkcs11/libpkcs11.la ../libp11/libp11.la
engine_pkcs11_la_LDFLAGS = @OPENSSL_LDFLAGS@ -module -avoid-version
install-exec-local: install-engineLTLIBRARIES