[Pcsclite-cvs-commit] r6419 - /trunk/PCSC/src/spy/Makefile.am

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Aug 8 21:11:10 UTC 2012


Author: rousseau
Date: Wed Aug  8 21:11:09 2012
New Revision: 6419

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6419
Log:
Add -I$(top_builddir)/src/PCSC to find the generated pcsclite.h

Thanks to Dmitry Torokhov for the bug report and patch.

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=6419&op=diff
==============================================================================
--- trunk/PCSC/src/spy/Makefile.am (original)
+++ trunk/PCSC/src/spy/Makefile.am Wed Aug  8 21:11:09 2012
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC
+AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC -I$(top_builddir)/src/PCSC
 
 lib_LTLIBRARIES = libpcscspy.la
 dist_bin_SCRIPTS = pcsc-spy




More information about the Pcsclite-cvs-commit mailing list