Include simclist.h to opensc includes to be able to build OpenSC.tokend

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3978 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-02-02 12:53:44 +00:00
parent 92debb4b5e
commit ff4c2c6aa2
4 changed files with 4 additions and 2 deletions

View File

@ -14,5 +14,6 @@ libcompat_la_SOURCES = \
compat_strlcpy.h compat_strlcpy.c \
compat_getpass.h compat_getpass.c \
compat_getopt.h compat_getopt.c \
simclist.h simclist.c
simclist.c
openscinclude_HEADERS = simclist.h

View File

@ -17,6 +17,7 @@ all-local:
@$(LN_S) $(top_srcdir)/src/pkcs15init/keycache.h keycache.h
@$(LN_S) $(top_srcdir)/src/pkcs15init/pkcs15-init.h pkcs15-init.h
@$(LN_S) $(top_srcdir)/src/scconf/scconf.h scconf.h
@$(LN_S) $(top_srcdir)/src/common/simclist.h simclist.h
distclean-local:
-rm -f *.h

View File

@ -36,6 +36,7 @@
extern "C" {
#endif
#include <opensc/simclist.h>
#include <opensc/scconf.h>
#include <opensc/errors.h>
#include <opensc/types.h>

View File

@ -25,7 +25,6 @@
extern "C" {
#endif
#include "simclist.h"
typedef unsigned char u8;
#define SC_MAX_OBJECT_ID_OCTETS 16