[Pcsclite-cvs-commit] CVS PCSC/src
CVS User rousseau
ludovic.rousseau@free.fr
Mon, 02 May 2005 14:12:04 +0000
Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv3287/src
Modified Files:
Makefile.am
Log Message:
do not build pcscd if SCF is used since the library talks directly to
ocfserv and pcscd is not used.
Thanks to Jeffrey Hutzelman for the patch.
--- /cvsroot/pcsclite/PCSC/src/Makefile.am 2005/04/12 20:46:38 1.48
+++ /cvsroot/pcsclite/PCSC/src/Makefile.am 2005/05/02 14:12:04 1.49
@@ -6,7 +6,9 @@
lib_LTLIBRARIES = libpcsclite.la
noinst_LTLIBRARIES = libpcsclite-core.la
+if !HAVE_SCF
sbin_PROGRAMS = pcscd
+endif
noinst_PROGRAMS = testpcsc
PCSC_DYNLOAD_SRC = dyn_unix.c dyn_hpux.c dyn_macosx.c