[Pcsclite-cvs-commit] r2051 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Tue May 23 13:01:30 UTC 2006


Author: rousseau
Date: 2006-05-23 13:01:30 +0000 (Tue, 23 May 2006)
New Revision: 2051

Modified:
   trunk/PCSC/src/README_INTERNALS.txt
Log:
update the list of source filesfor pcscd and libpcsclite.la


Modified: trunk/PCSC/src/README_INTERNALS.txt
===================================================================
--- trunk/PCSC/src/README_INTERNALS.txt	2006-05-20 14:26:13 UTC (rev 2050)
+++ trunk/PCSC/src/README_INTERNALS.txt	2006-05-23 13:01:30 UTC (rev 2051)
@@ -17,31 +17,44 @@
 compositions:
 -------------
 pcscd (daemon)
- libpcsclite-core.la
- pcscdaemon.c
- winscard_msg.c
- winscard_svc.c
-
-libpcsclite-core.la
  atrhandler.c
- bundleparser.c
- configfile.c
+ configfile.l
  debuglog.c
+ dyn_hpux.c (this file is OS dependant)
+ dyn_macosx.c (this file is OS dependant)
  dyn_unix.c (this file is OS dependant)
  eventhandler.c
  hotplug_generic.c
+ hotplug_libusb.c
+ hotplug_linux.c (this file is OS dependant)
+ hotplug_macosx.c (this file is OS dependant)
  ifdwrapper.c
+ pcscdaemon.c
+ powermgt_generic.c
+ powermgt_macosx.c (this file is OS dependant)
  prothandler.c
  readerfactory.c
+ strlcat.c
+ strlcpy.c
  sys_unix.c (this file is OS dependant)
  thread_unix.c (this file is OS dependant)
+ tokenparser.l
  winscard.c
  winscard_msg.c
+ winscard_msg_srv.c
+ winscard_svc.c
 
 libpcsclite.la (client library)
- debuglog.c
+ debug.c
+ dyn_hpux.c
+ dyn_macosx.c
+ dyn_unix.c
+ error.c
+ strlcat.c
+ strlcpy.c
  sys_unix.c
- winscard_clnt.c
+ thread_unix.c
+ winscard_clnt.c or winscard_scf.c
  winscard_msg.c
 
 




More information about the Pcsclite-cvs-commit mailing list