[Pcsclite-cvs-commit] PCSC/src Makefile.am,1.31,1.32

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Mon, 08 Sep 2003 14:04:33 +0200


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv13333

Modified Files:
	Makefile.am 
Log Message:
Add winscard_scf.c to EXTRA_DIST


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile.am	8 Sep 2003 11:25:08 -0000	1.31
+++ Makefile.am	8 Sep 2003 12:04:31 -0000	1.32
@@ -22,7 +22,7 @@
 	hotplug_linux.c hotplug_macosx.c
 PCSC_POWERMGT_SRC = powermgt_generic.c powermgt_macosx.c
 
-if MSC_ENABLE_SCF
+if HAVE_SCF
 PCSC_CLIENT_SRC  = winscard_scf.c
 else
 PCSC_CLIENT_SRC  = winscard_clnt.c
@@ -97,4 +97,4 @@
 tokenparser.c: tokenparser.l
 	$(SHELL) $(YLWRAP) $< lex.tp.c $@ -- "$(LEX)" -Ptp $(AM_LFLAGS) $(LFLAGS)
 
-EXTRA_DIST = README_INTERNALS.txt dyn_win32.c thread_win32.c
+EXTRA_DIST = README_INTERNALS.txt dyn_win32.c thread_win32.c winscard_scf.c