stop building libp11 and the ssl engines.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2523 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-08-28 20:18:52 +00:00
parent bae2b51e01
commit 96519c6b72
4 changed files with 2 additions and 7 deletions

View File

@ -763,9 +763,6 @@ src/scconf/Makefile
src/scdl/Makefile
src/signer/Makefile
src/signer/npinclude/Makefile
src/libp11/Makefile
src/libp11/libp11.pc
src/sslengines/Makefile
src/tests/Makefile
src/tests/regression/Makefile
src/tools/Makefile

View File

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

View File

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

View File

@ -9,8 +9,6 @@
!IF "$(OPENSSL_DEF)" == "/DHAVE_OPENSSL"
OPENSSL_INCL_DIR = /IC:\openssl\include
OPENSSL_LIB = C:\openssl\out32dll\libeay32.lib
LIBP11_DIR = libp11
OPENSSL_ENGINES_DIR = sslengines
PKCS15_INIT = pkcs15-init.exe
!ENDIF