[Pcsclite-cvs-commit] r2196 - in trunk/PCSC: . src

Ludovic Rousseau rousseau at alioth.debian.org
Fri Nov 10 21:13:41 CET 2006


Author: rousseau
Date: 2006-11-10 21:13:41 +0100 (Fri, 10 Nov 2006)
New Revision: 2196

Modified:
   trunk/PCSC/configure.in
   trunk/PCSC/src/Makefile.am
Log:
do not include src/utils/ since the tools installifd and formaticc are
now completly outdated and should not be used anymore.


Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2006-11-06 14:36:56 UTC (rev 2195)
+++ trunk/PCSC/configure.in	2006-11-10 20:13:41 UTC (rev 2196)
@@ -321,7 +321,6 @@
 src/libpcsclite.pc
 src/PCSC/pcsclite.h
 src/PCSC/reader.h
-src/utils/Makefile
 win32/Makefile
 ])
 AC_OUTPUT

Modified: trunk/PCSC/src/Makefile.am
===================================================================
--- trunk/PCSC/src/Makefile.am	2006-11-06 14:36:56 UTC (rev 2195)
+++ trunk/PCSC/src/Makefile.am	2006-11-10 20:13:41 UTC (rev 2196)
@@ -1,6 +1,5 @@
 # Process this file with automake to create Makefile.in.
 
-SUBDIRS = . utils
 AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC -I$(top_builddir)/src/PCSC \
 	$(SYMBOL_VISIBILITY)
 




More information about the Pcsclite-cvs-commit mailing list