[Pcsclite-cvs-commit] Drivers/ccid/src Makefile.am,1.15,1.16

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


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

Modified Files:
	Makefile.am 
Log Message:
rename tokenparser_macosx.l into tokenparser_fake.l since it is not
MacOSX specific.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile.am	17 May 2004 14:35:51 -0000	1.15
+++ Makefile.am	25 May 2004 06:50:24 -0000	1.16
@@ -30,9 +30,9 @@
 	protocol_t1/t1_block.c \
 	protocol_t1/t1_block.h
 
-# needed for MacOS X
+# needed for MacOS X or when used without pcsc-lite (Solaris)
 if NEED_PARSER
-TOKEN_PARSER = tokenparser_macosx.l
+TOKEN_PARSER = tokenparser_fake.l
 endif
 
 libccid_la_SOURCES = $(COMMON) $(USB) $(TOKEN_PARSER) $(T1)
@@ -46,7 +46,7 @@
 
 EXTRA_DIST = Info.plist create_Info_plist.pl reader.conf.in
 
-tokenparser_macosx.l: tokenparser.l
+tokenparser_fake.l: tokenparser.l
 	cp -f $^ $@
 
 # do not install the serial driver by default