[Pcsclite-cvs-commit] r1978 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Mon Mar 27 15:25:17 CEST 2006


Author: rousseau
Date: 2006-03-27 13:25:16 +0000 (Mon, 27 Mar 2006)
New Revision: 1978

Modified:
   trunk/PCSC/src/Makefile.am
Log:
add $(LIBUSB_CFLAGS) to pcscd_CFLAGS


Modified: trunk/PCSC/src/Makefile.am
===================================================================
--- trunk/PCSC/src/Makefile.am	2006-03-27 10:13:36 UTC (rev 1977)
+++ trunk/PCSC/src/Makefile.am	2006-03-27 13:25:16 UTC (rev 1978)
@@ -61,7 +61,7 @@
 	winscard_msg.c \
 	winscard_msg_srv.c \
 	winscard_svc.c
-pcscd_CFLAGS = $(CFLAGS) $(PTHREAD_CFLAGS) -DPCSCD
+pcscd_CFLAGS = $(CFLAGS) $(PTHREAD_CFLAGS) $(LIBUSB_CFLAGS) -DPCSCD
 pcscd_LDFLAGS = $(LDFLAGS) -export-dynamic
 pcscd_LDADD = \
 	$(PTHREAD_LIBS) $(COREFOUNDATION) \




More information about the Pcsclite-cvs-commit mailing list