[Pcsclite-cvs-commit] r5349 - /trunk/PCSC/Makefile.am

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Oct 25 08:53:10 UTC 2010


Author: rousseau
Date: Mon Oct 25 08:53:03 2010
New Revision: 5349

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5349
Log:
Add a fix-rights rule at the top level to call the fix-rights rule in
src/

Modified:
    trunk/PCSC/Makefile.am

Modified: trunk/PCSC/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/Makefile.am?rev=5349&op=diff
==============================================================================
--- trunk/PCSC/Makefile.am (original)
+++ trunk/PCSC/Makefile.am Mon Oct 25 08:53:03 2010
@@ -1,4 +1,7 @@
 SUBDIRS = m4 src doc
+
+fix-rights:
+	$(MAKE) -C src $@
 
 ACLOCAL_AMFLAGS = -I m4
 




More information about the Pcsclite-cvs-commit mailing list