[Pcsclite-cvs-commit] Drivers/ccid/src Makefile.am,1.17,1.18

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv10187

Modified Files:
	Makefile.am 
Log Message:
- rename protocol_t1/ in towitoko/ to reflect the project the code comes from
- remove the now useless files from towitoko/ and add the files from openct/


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am	25 May 2004 06:52:05 -0000	1.17
+++ Makefile.am	30 Jun 2004 09:42:26 -0000	1.18
@@ -19,16 +19,17 @@
 	utils.h
 USB = ccid_usb.c ccid_usb.h
 SERIAL = ccid_serial.c ccid_serial.h
-T1 = protocol_t1/apdu.h \
-	protocol_t1/atr.c \
-	protocol_t1/atr.h \
-	protocol_t1/defines.h \
-	protocol_t1/pps.c \
-	protocol_t1/pps.h \
-	protocol_t1/protocol_t1.c \
-	protocol_t1/protocol_t1.h \
-	protocol_t1/t1_block.c \
-	protocol_t1/t1_block.h
+T1 = towitoko/atr.c \
+	towitoko/atr.h \
+	towitoko/defines.h \
+	towitoko/pps.c \
+	towitoko/pps.h \
+	openct/buffer.c \
+	openct/buffer.h \
+	openct/checksum.c \
+	openct/checksum.h \
+	openct/proto-t1.c \
+	openct/proto-t1.h
 
 # needed for MacOS X or when used without pcsc-lite (Solaris)
 if NEED_PARSER
@@ -44,7 +45,8 @@
 parse_SOURCES = tokenparser.l parse.c parser.h debug.c
 parse_LDADD = libccid.la
 
-EXTRA_DIST = Info.plist create_Info_plist.pl reader.conf.in
+EXTRA_DIST = Info.plist create_Info_plist.pl reader.conf.in \
+	towitoko/COPYING towitoko/README openct/LICENSE
 
 tokenparser_fake.l: tokenparser.l
 	cp -f $^ $@