[Pcsclite-cvs-commit] CVS HandlerTest/Host

CVS User rousseau ludovic.rousseau@free.fr
Tue, 21 Sep 2004 11:06:22 -0600


Update of /cvsroot/pcsclite/HandlerTest/Host
In directory haydn:/tmp/cvs-serv13475

Modified Files:
	Makefile 
Log Message:
use `pkg-config --cflags libpcsclite` instead of -I/usr/local/include/


--- /cvsroot/pcsclite/HandlerTest/Host/Makefile	2003/09/04 13:17:18	1.3
+++ /cvsroot/pcsclite/HandlerTest/Host/Makefile	2004/09/21 17:06:22	1.4
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.3 2003/09/04 13:17:18 rousseau Exp $
+# $Id: Makefile,v 1.4 2004/09/21 17:06:22 rousseau Exp $
 
-CFLAGS += -O2 -g -Wall -I/usr/local/include/
+CFLAGS += -O2 -g -Wall `pkg-config --cflags libpcsclite`
 
 # -ldl to use ldopen(), etc.
 # -rdynamic so that the driver can use debug_msg()