removed/replaced remains of libpace

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@361 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-11-15 09:27:05 +00:00
parent 72869a9dcd
commit bad4d94312
4 changed files with 4 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ bin_PROGRAMS =
noinst_HEADERS = \
binutil.h \
pcscutil.h \
scutil.h \
ccid.h \
usbstring.h
@@ -31,5 +32,5 @@ if WITH_PACE
ccid_emulator_LDADD += $(LIBPACE_LIBS)
ccid_emulator_CFLAGS += $(LIBPACE_CFLAGS)
else
ccid_emulator_SOURCES += scutil.c sm.c
ccid_emulator_SOURCES += scutil.c
endif

View File

@@ -41,7 +41,7 @@ static size_t ef_cardaccess_length = 0;
#endif
#else
#include "pace/scutil.h"
#include "scutil.h"
#endif
static sc_context_t *ctx = NULL;

1
ccid/src/scutil.h Symbolic link
View File

@@ -0,0 +1 @@
../../npa/src/scutil.h

View File

@@ -1 +0,0 @@
../../npa/src/sm.c