[Pcsclite-cvs-commit] PCSC/src libpcsclite.pc.in,1.2,1.3

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


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv5939/src

Modified Files:
	libpcsclite.pc.in 
Log Message:
the include directory is now ${includedir}/PCSC.

If your application Makefile uses
  CFLAGS=`pkg-config libpcsclite --cflags`
you have nothing to change and the migration of the include files in
/usr/include/PCSC/ will be painless.


Index: libpcsclite.pc.in
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/libpcsclite.pc.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libpcsclite.pc.in	5 Nov 2003 21:22:42 -0000	1.2
+++ libpcsclite.pc.in	29 Jun 2004 18:09:19 -0000	1.3
@@ -8,4 +8,4 @@
 Description: PC/SC smart card interface 
 Version: @VERSION@
 Libs: -L${libdir} -lpcsclite
-Cflags: -I${includedir}
+Cflags: -I${includedir}/PCSC