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:
@@ -11,6 +11,7 @@ bin_PROGRAMS =
|
|||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
binutil.h \
|
binutil.h \
|
||||||
pcscutil.h \
|
pcscutil.h \
|
||||||
|
scutil.h \
|
||||||
ccid.h \
|
ccid.h \
|
||||||
usbstring.h
|
usbstring.h
|
||||||
|
|
||||||
@@ -31,5 +32,5 @@ if WITH_PACE
|
|||||||
ccid_emulator_LDADD += $(LIBPACE_LIBS)
|
ccid_emulator_LDADD += $(LIBPACE_LIBS)
|
||||||
ccid_emulator_CFLAGS += $(LIBPACE_CFLAGS)
|
ccid_emulator_CFLAGS += $(LIBPACE_CFLAGS)
|
||||||
else
|
else
|
||||||
ccid_emulator_SOURCES += scutil.c sm.c
|
ccid_emulator_SOURCES += scutil.c
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ static size_t ef_cardaccess_length = 0;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include "pace/scutil.h"
|
#include "scutil.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static sc_context_t *ctx = NULL;
|
static sc_context_t *ctx = NULL;
|
||||||
|
|||||||
1
ccid/src/scutil.h
Symbolic link
1
ccid/src/scutil.h
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../npa/src/scutil.h
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../npa/src/sm.c
|
|
||||||
Reference in New Issue
Block a user