[Pcsclite-cvs-commit] r369 - trunk/muscleTool

Ludovic Rousseau rousseau at costa.debian.org
Sat Feb 4 11:06:32 UTC 2006


Author: rousseau
Date: 2006-02-04 11:06:31 +0000 (Sat, 04 Feb 2006)
New Revision: 369

Modified:
   trunk/muscleTool/Makefile.am
Log:
explicitely add files in win32/ instead of the directory itself to
avoid include .svn/* files in the .tar.gz


Modified: trunk/muscleTool/Makefile.am
===================================================================
--- trunk/muscleTool/Makefile.am	2006-01-25 14:43:18 UTC (rev 368)
+++ trunk/muscleTool/Makefile.am	2006-02-04 11:06:31 UTC (rev 369)
@@ -11,7 +11,12 @@
 muscleTool_CPPFLAGS = $(AM_CPPFLAGS) $(MUSCLECARD_CFLAGS)
 muscleTool_LDADD = $(AM_CPPFLAGS) $(MUSCLECARD_LIBS)
 
-EXTRA_DIST = bootstrap ChangeLog.svn win32
+EXTRA_DIST = bootstrap ChangeLog.svn \
+	win32/MuscleTools.dsp \
+	win32/MuscleTools.dsw \
+	win32/MuscleTools.mak \
+	win32/MuscleTools.sln \
+	win32/MuscleTools.vcproj
 
 DISTCLEANFILES = parser.h parser.c scanner.c
 MAINTAINERCLEANFILES = \




More information about the Pcsclite-cvs-commit mailing list