[Pcsclite-cvs-commit] CVS libmusclecard/utils/bundleTool

CVS User rousseau ludovic.rousseau@free.fr
Wed, 06 Oct 2004 02:11:51 -0600


Update of /cvsroot/pcsclite/libmusclecard/utils/bundleTool
In directory haydn:/tmp/cvs-serv28189/utils/bundleTool

Modified Files:
	bundleTool.c 
Log Message:
patch from Toni Andjelkovic for the pcsc-lite/libmusclecard separation


--- /cvsroot/pcsclite/libmusclecard/utils/bundleTool/bundleTool.c	2004/06/10 14:57:47	1.14
+++ /cvsroot/pcsclite/libmusclecard/utils/bundleTool/bundleTool.c	2004/10/06 08:11:51	1.15
@@ -7,7 +7,7 @@
  *  David Corcoran <corcoran@linuxnet.com>
  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
  *
- * $Id: bundleTool.c,v 1.14 2004/06/10 14:57:47 rousseau Exp $
+ * $Id: bundleTool.c,v 1.15 2004/10/06 08:11:51 rousseau Exp $
  */
 
 #include "config.h"
@@ -25,8 +25,8 @@
 #include <fcntl.h>
 #include <stdlib.h>
 
-#include "PCSC/pcsclite.h"
-#include "PCSC/winscard.h"
+#include "pcsclite.h"
+#include "winscard.h"
 
 /*
  * The following defines personalize this for different tokens 
@@ -37,7 +37,7 @@
 /* redefine MSC_SVC_DROPDIR only if not yet defined */
 #ifndef MSC_SVC_DROPDIR
 #ifndef WIN32
-#define MSC_SVC_DROPDIR      "/usr/local/pcsc/services"
+#define MSC_SVC_DROPDIR      "/usr/local/musclecard/services"
 #else
 #define MSC_SVC_DROPDIR      "C:\\Program Files\\Muscle\\Services"
 #endif