Douglas E. Engert:

piv-tool needs openssl, so compile only if it is present.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3130 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2007-03-13 20:59:15 +00:00
parent 1ca622b7f7
commit 25f8509fc1
1 changed files with 1 additions and 2 deletions

View File

@ -8,11 +8,10 @@ AM_CFLAGS = $(OPENSSL_CFLAGS) -I$(top_srcdir)/src/common
AM_LDFLAGS = @LIBOPENSC@
if HAVE_OPENSSL
PROGRAMS_OPENSSL = cryptoflex-tool pkcs15-init netkey-tool
PROGRAMS_OPENSSL = cryptoflex-tool pkcs15-init netkey-tool piv-tool
endif
bin_PROGRAMS = opensc-tool opensc-explorer pkcs15-tool pkcs15-crypt \
piv-tool \
pkcs11-tool cardos-info eidenv \
$(PROGRAMS_OPENSSL)