[Pcsclite-cvs-commit] PCSC/src libpcsclite.pc.in,1.4,1.5

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


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

Modified Files:
	libpcsclite.pc.in 
Log Message:
add @PTHREAD_CFLAGS@ to Cflags: and @PTHREAD_LIBS@ to Libs: so that the
compiler and linker do the "right" thing.
Thanks to Ville Skyttä for the patch.


Index: libpcsclite.pc.in
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/libpcsclite.pc.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libpcsclite.pc.in	3 Jul 2004 16:07:41 -0000	1.4
+++ libpcsclite.pc.in	3 Jul 2004 16:18:25 -0000	1.5
@@ -7,5 +7,5 @@
 Name: PCSC Lite
 Description: PC/SC smart card interface 
 Version: @VERSION@
-Libs: -L${libdir} -lpcsclite
-Cflags: -I${includedir}
+Libs: -L${libdir} -lpcsclite @PTHREAD_LIBS@
+Cflags: -I${includedir} @PTHREAD_CFLAGS@