[Pcsclite-cvs-commit] r1616 - trunk/IFDTest
Ludovic Rousseau
rousseau at costa.debian.org
Mon Aug 15 10:03:16 UTC 2005
Author: rousseau
Date: 2005-08-15 10:03:16 +0000 (Mon, 15 Aug 2005)
New Revision: 1616
Modified:
trunk/IFDTest/Makefile
Log:
use pkg-config
Modified: trunk/IFDTest/Makefile
===================================================================
--- trunk/IFDTest/Makefile 2005-08-15 09:59:03 UTC (rev 1615)
+++ trunk/IFDTest/Makefile 2005-08-15 10:03:16 UTC (rev 1616)
@@ -3,7 +3,7 @@
CC = gcc
CFLAGS = -g -w
-INCLUDE = -I/usr/local/include -I.
+INCLUDE = `pkg-config --cflags libpcsclite` -I.
LIBS = -L/usr/local/lib -lpcsclite -lpthread
OBJS = testIBM.o testAMMI.o testSCHL.o testSIEMENS.o testBULL.o testGD.o commands.o testA.o testB.o
More information about the Pcsclite-cvs-commit
mailing list