[Pcsclite-cvs-commit] r268 - trunk/MCardPlugin/src

Ludovic Rousseau rousseau at costa.debian.org
Wed Jan 25 15:10:44 UTC 2006


Author: rousseau
Date: 2006-01-25 15:10:44 +0000 (Wed, 25 Jan 2006)
New Revision: 268

Modified:
   trunk/MCardPlugin/src/Makefile.am
Log:
specify each file in mscMuscleCard.bundle instead of just the directory
so we do not include .svn/ files


Modified: trunk/MCardPlugin/src/Makefile.am
===================================================================
--- trunk/MCardPlugin/src/Makefile.am	2005-08-02 14:06:26 UTC (rev 267)
+++ trunk/MCardPlugin/src/Makefile.am	2006-01-25 15:10:44 UTC (rev 268)
@@ -8,7 +8,9 @@
 SOLARIS_LIBS = -lposix4 -lsocket
 endif
 
-EXTRA_DIST = mscMuscleCard.bundle
+EXTRA_DIST = mscMuscleCard.bundle/Contents/Info.plist \
+	mscMuscleCard.bundle/Contents/PkgInfo \
+	mscMuscleCard.bundle/Contents/Resources/English.lproj/InfoPlist.strings
 
 libmusclecardApplet_la_SOURCES = musclecardApplet.c musclecardApplet.h
 libmusclecardApplet_la_CPPFLAGS = $(AM_CPPFLAGS) $(MUSCLECARD_CFLAGS)




More information about the Pcsclite-cvs-commit mailing list