[Pcsclite-cvs-commit] PCSC/src Makefile.am,1.22,1.23

rousseau@quantz.debian.org rousseau@quantz.debian.org
Thu, 28 Aug 2003 15:31:44 +0200


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv18393/src

Modified Files:
	Makefile.am 
Log Message:
add rules to build muscletest. testpcsc is no more executed by make distcheck


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.am	14 Aug 2003 16:35:11 -0000	1.22
+++ Makefile.am	28 Aug 2003 13:31:42 -0000	1.23
@@ -10,8 +10,8 @@
 sbin_PROGRAMS = pcscd
 include_HEADERS = mscdefines.h musclecard.h pcsclite.h winscard.h \
 	wintypes.h debuglog.h
-check_PROGRAMS = testpcsc
-TESTS = testpcsc
+check_PROGRAMS = testpcsc muscletest
+#TESTS = testpcsc
 
 if PCSC_ARCH_LINUX
 PCSC_MYLDFLAGS      =
@@ -150,10 +150,13 @@
 testpcsc_SOURCES = testpcsc.c
 testpcsc_LDADD = libpcsclite.la
 
+muscletest_SOURCES = muscletest.c
+muscletest_LDADD = libpcsclite.la
+
 EXTRA_libpcsclite_core_la_SOURCES = dyn_unix.c dyn_macosx.c \
 	hotplug_generic.c hotplug_linux.c hotplug_libusb.c hotplug_macosx.c \
 	thread_unix.c thread_macosx.c dyn_bsd.c dyn_hpux.c \
-	sys_solaris.c sys_hpux.c powermgt_macosx.c muscletest.c \
+	sys_solaris.c sys_hpux.c powermgt_macosx.c \
 	winscard_scf.c
 
 # Hack to be able to use flex -P to enable linking of multiple lexer