From bad4d94312ecb57d5e87305615e3ac62cc61c1f6 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Mon, 15 Nov 2010 09:27:05 +0000 Subject: [PATCH] removed/replaced remains of libpace git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@361 96b47cad-a561-4643-ad3b-153ac7d7599c --- ccid/src/Makefile.am | 3 ++- ccid/src/ccid.c | 2 +- ccid/src/scutil.h | 1 + ccid/src/sm.c | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 ccid/src/scutil.h delete mode 120000 ccid/src/sm.c diff --git a/ccid/src/Makefile.am b/ccid/src/Makefile.am index 1952500..901e161 100644 --- a/ccid/src/Makefile.am +++ b/ccid/src/Makefile.am @@ -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 diff --git a/ccid/src/ccid.c b/ccid/src/ccid.c index e08d291..7dcf0be 100644 --- a/ccid/src/ccid.c +++ b/ccid/src/ccid.c @@ -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; diff --git a/ccid/src/scutil.h b/ccid/src/scutil.h new file mode 120000 index 0000000..c9b7835 --- /dev/null +++ b/ccid/src/scutil.h @@ -0,0 +1 @@ +../../npa/src/scutil.h \ No newline at end of file diff --git a/ccid/src/sm.c b/ccid/src/sm.c deleted file mode 120000 index 5336eae..0000000 --- a/ccid/src/sm.c +++ /dev/null @@ -1 +0,0 @@ -../../npa/src/sm.c \ No newline at end of file