[Pcsclite-cvs-commit] r1916 - trunk/libmusclecard/src

Ludovic Rousseau rousseau at costa.debian.org
Sat Mar 4 15:55:27 UTC 2006


Author: rousseau
Date: 2006-03-04 15:55:17 +0000 (Sat, 04 Mar 2006)
New Revision: 1916

Modified:
   trunk/libmusclecard/src/Makefile.am
Log:
use -I$(top_srcdir)/src/PCSC instead of
-I$(top_srcdir)/libmusclecard/src/PCSC since we are not in the
libmusclecard/ sub-directory of pcsc-lite anymore


Modified: trunk/libmusclecard/src/Makefile.am
===================================================================
--- trunk/libmusclecard/src/Makefile.am	2006-03-03 18:04:39 UTC (rev 1915)
+++ trunk/libmusclecard/src/Makefile.am	2006-03-04 15:55:17 UTC (rev 1916)
@@ -29,7 +29,7 @@
 	thread_unix.c
 libmusclecard_la_CFLAGS = \
 	$(PCSCLITE_CFLAGS) \
-	-I$(top_srcdir)/libmusclecard/src/PCSC \
+	-I$(top_srcdir)/src/PCSC \
 	$(SYMBOL_VISIBILITY)
 libmusclecard_la_LIBADD = $(PCSCLITE_LIBS)
 
@@ -38,7 +38,7 @@
 	strlcpy.c
 muscletest_CFLAGS = \
 	$(PCSCLITE_CFLAGS) \
-	-I$(top_srcdir)/libmusclecard/src/PCSC
+	-I$(top_srcdir)/src/PCSC
 muscletest_LDADD = \
 	libmusclecard.la
 




More information about the Pcsclite-cvs-commit mailing list