[Pcsclite-cvs-commit] r5999 - /trunk/PCSC/src/spy/Makefile.am
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Tue Oct 4 18:50:58 UTC 2011
Author: rousseau
Date: Tue Oct 4 18:50:58 2011
New Revision: 5999
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5999
Log:
The winscard.h is in the srcdir not builddir
Fix compiler warning (when using make distcheck):
../../../src/spy/pcsc-spy.c:32:22: fatal error: winscard.h: No such file
or directory
Modified:
trunk/PCSC/src/spy/Makefile.am
Modified: trunk/PCSC/src/spy/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/spy/Makefile.am?rev=5999&op=diff
==============================================================================
--- trunk/PCSC/src/spy/Makefile.am (original)
+++ trunk/PCSC/src/spy/Makefile.am Tue Oct 4 18:50:58 2011
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_builddir)/src/PCSC
+AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC
lib_LTLIBRARIES = libpcscspy.la
More information about the Pcsclite-cvs-commit
mailing list