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

Ludovic Rousseau rousseau at costa.debian.org
Thu Nov 24 13:45:02 UTC 2005


Author: rousseau
Date: 2005-11-24 13:45:01 +0000 (Thu, 24 Nov 2005)
New Revision: 1736

Modified:
   trunk/PCSC/src/Makefile.am
Log:
tokenparser.l is used by pcscd only and not by libpcsclite


Modified: trunk/PCSC/src/Makefile.am
===================================================================
--- trunk/PCSC/src/Makefile.am	2005-11-24 10:40:06 UTC (rev 1735)
+++ trunk/PCSC/src/Makefile.am	2005-11-24 13:45:01 UTC (rev 1736)
@@ -32,7 +32,6 @@
 	ifdwrapper.c \
 	prothandler.c \
 	readerfactory.c \
-	tokenparser.l \
 	winscard.c \
 	winscard_msg.c \
 	$(PCSC_SYSTEM_SRC) \
@@ -46,7 +45,6 @@
 libpcsclite_la_SOURCES = \
 	debuglog.c \
 	winscard_msg.c \
-	tokenparser.l \
 	$(PCSC_CLIENT_SRC) \
 	$(PCSC_SYSTEM_SRC) \
 	$(PCSC_THREAD_SRC) \
@@ -56,7 +54,8 @@
 libpcsclite_la_LDFLAGS = -version-info 1:0:0
 libpcsclite_la_LIBADD = @COREFOUNDATION@ @LIBSMARTCARD@ @LIBDL@
 
-pcscd_SOURCES = pcscdaemon.c winscard_svc.c debuglog.c winscard_msg_srv.c
+pcscd_SOURCES = pcscdaemon.c winscard_svc.c debuglog.c winscard_msg_srv.c \
+	tokenparser.l
 pcscd_CFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ -DPCSCD
 pcscd_LDFLAGS = @LDFLAGS@ -export-dynamic
 pcscd_LDADD = libpcsclite-core.la \




More information about the Pcsclite-cvs-commit mailing list