remove reference to no longer existing file pkcs11-internal.h

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2395 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-07-11 08:26:36 +00:00
parent 5ffcd1fb9c
commit d0259f046c
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ engine_opensc_la_LIBADD = @ENGINE_LINK@ @LIBOPENSC@
engine_opensc_la_LDFLAGS = @OPENSSL_LDFLAGS@ -module -avoid-version
engine_pkcs11_la_SOURCES = \
hw_pkcs11.c engine_pkcs11.c engine_pkcs11.h \
pkcs11-internal.h
hw_pkcs11.c engine_pkcs11.c engine_pkcs11.h
engine_pkcs11_la_CFLAGS = $(OPENSSL_CFLAGS) -I$(srcdir)/../libp11
engine_pkcs11_la_LIBADD = @ENGINE_LINK@ ../pkcs11/libpkcs11.la ../libp11/libp11.la
engine_pkcs11_la_LDFLAGS = @OPENSSL_LDFLAGS@ -module -avoid-version