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

Ludovic Rousseau rousseau at costa.debian.org
Wed Jan 25 14:42:16 UTC 2006


Author: rousseau
Date: 2006-01-25 14:42:15 +0000 (Wed, 25 Jan 2006)
New Revision: 367

Modified:
   trunk/muscleTool/Makefile.am
Log:
add help.h and muscleTool.h to muscleTool_SOURCES so they are included
in the .tar.gz


Modified: trunk/muscleTool/Makefile.am
===================================================================
--- trunk/muscleTool/Makefile.am	2006-01-09 12:40:00 UTC (rev 366)
+++ trunk/muscleTool/Makefile.am	2006-01-25 14:42:15 UTC (rev 367)
@@ -6,7 +6,8 @@
 
 BUILT_SOURCES = parser.h
 AM_YFLAGS = -d
-muscleTool_SOURCES =  parser.y parser.h scanner.l help.c muscleTool.c
+muscleTool_SOURCES =  parser.y parser.h scanner.l help.c help.h \
+	muscleTool.c muscleTool.h
 muscleTool_CPPFLAGS = $(AM_CPPFLAGS) $(MUSCLECARD_CFLAGS)
 muscleTool_LDADD = $(AM_CPPFLAGS) $(MUSCLECARD_LIBS)
 




More information about the Pcsclite-cvs-commit mailing list