- removed SCIDI stuff

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1030 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-04-16 17:00:02 +00:00
parent f1aaa62c2b
commit fcd5ddfa55
1 changed files with 0 additions and 6 deletions

View File

@ -12,12 +12,6 @@ endif
if HAVE_SSL
SSL_LIB = @LIBCRYPTO@
endif
# Temporary
if HAVE_SCIDI
SCIDI_LIB = @LIBSSP@
SCIDI_SRC = ../../../scam/sp.c
SCIDI_INC = @CFLAGS_SSP@
endif
LDFLAGS = @LIBOPENSC@ @LIBSCRANDOM@ $(LDAP_LIB) $(SSL_LIB) $(SCIDI_LIB)
EXTRAINC = $(SCIDI_INC)