[Pcsclite-cvs-commit] PCSC/src Makefile.am,1.24,1.25

rousseau@quantz.debian.org rousseau@quantz.debian.org
Thu, 04 Sep 2003 22:51:13 +0200


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

Modified Files:
	Makefile.am 
Log Message:
add thread_win32.c in the distribution


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile.am	4 Sep 2003 20:37:10 -0000	1.24
+++ Makefile.am	4 Sep 2003 20:51:10 -0000	1.25
@@ -156,17 +156,11 @@
 muscletest_SOURCES = muscletest.c
 muscletest_LDADD = libmusclecard.la
 
-# EXTRA_DIST = 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 \
-# 	winscard_scf.c
-
 # Hack to be able to use flex -P to enable linking of multiple lexer
 # sources into one library, until we find a way to make automake handle
 # this automagically.  This breaks if lex is not flex!!
 tokenparser.c: tokenparser.l
 	$(SHELL) $(YLWRAP) $< lex.tp.c $@ -- "$(LEX)" -Ptp $(AM_LFLAGS) $(LFLAGS)
 
-EXTRA_DIST = README_INTERNALS.txt dyn_win32.c
+EXTRA_DIST = README_INTERNALS.txt dyn_win32.c thread_win32.c