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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Mar 29 09:58:05 UTC 2013


Author: rousseau
Date: Fri Mar 29 09:58:04 2013
New Revision: 6579

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6579
Log:
Use $(srcdir) to locate pcsc-spy.pod

Without the patch it is not possible to build pcsc-lite out of the
source tree like:

mkdir build
cd build
../configure
make

Thanks to Anthony Foiani for the bug report
http://sourceforge.net/mailarchive/message.php?msg_id=30653233

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=6579&op=diff
==============================================================================
--- trunk/PCSC/src/spy/Makefile.am (original)
+++ trunk/PCSC/src/spy/Makefile.am Fri Mar 29 09:58:04 2013
@@ -12,7 +12,7 @@
 	pod2man \
 		--center="PC/SC lite" \
 		--release="$(PACKAGE_NAME) $(PACKAGE_VERSION)" \
-		pcsc-spy.pod > $@
+		$(srcdir)/pcsc-spy.pod > $@
 
 EXTRA_DIST = install_spy.sh uninstall_spy.sh pcsc-spy.pod
 CLEANFILES = pcsc-spy.1




More information about the Pcsclite-cvs-commit mailing list