[Pcsclite-cvs-commit] r2609 - trunk/Drivers/ccid/src

rousseau at alioth.debian.org rousseau at alioth.debian.org
Fri Aug 3 20:08:18 UTC 2007


Author: rousseau
Date: 2007-08-03 20:08:18 +0000 (Fri, 03 Aug 2007)
New Revision: 2609

Modified:
   trunk/Drivers/ccid/src/Makefile.am
Log:
DISTCLEANFILES = Info.plist
so that make distcheck works


Modified: trunk/Drivers/ccid/src/Makefile.am
===================================================================
--- trunk/Drivers/ccid/src/Makefile.am	2007-08-03 20:07:23 UTC (rev 2608)
+++ trunk/Drivers/ccid/src/Makefile.am	2007-08-03 20:08:18 UTC (rev 2609)
@@ -78,6 +78,8 @@
 Info.plist: Info.plist.src $(srcdir)/../readers/supported_readers.txt
 	$(srcdir)/create_Info_plist.pl $(srcdir)/../readers/supported_readers.txt $(srcdir)/Info.plist.src $(ifdCapabilities) | sed s/VERSION/$(VERSION)/ | sed s/TARGET/$(CCID_LIB)/ > Info.plist
 	
+DISTCLEANFILES = Info.plist
+
 install_ccid: libccid.la Info.plist
 	$(mkinstalldirs) $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/
 	cp Info.plist $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)/Contents/




More information about the Pcsclite-cvs-commit mailing list