[Pcsclite-cvs-commit] r2053 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Wed May 24 07:51:14 UTC 2006


Author: rousseau
Date: 2006-05-24 07:51:13 +0000 (Wed, 24 May 2006)
New Revision: 2053

Modified:
   trunk/PCSC/src/Makefile.am
Log:
move the .h file in the *_SOURCES targets so that "make ctags" include them


Modified: trunk/PCSC/src/Makefile.am
===================================================================
--- trunk/PCSC/src/Makefile.am	2006-05-23 13:05:05 UTC (rev 2052)
+++ trunk/PCSC/src/Makefile.am	2006-05-24 07:51:13 UTC (rev 2053)
@@ -19,6 +19,7 @@
 
 libpcsclite_la_SOURCES = \
 	debug.c \
+	debug.h \
 	dyn_hpux.c \
 	dyn_macosx.c \
 	dyn_unix.c \
@@ -36,31 +37,53 @@
 
 pcscd_SOURCES = \
 	atrhandler.c \
+	atrhandler.h \
+	configfile.h \
 	configfile.l \
 	debuglog.c \
-	eventhandler.c \
-	ifdwrapper.c \
-	pcscdaemon.c \
-	dyn_unix.c \
+	dyn_generic.h \
 	dyn_hpux.c \
 	dyn_macosx.c \
+	dyn_unix.c \
+	eventhandler.c \
+	eventhandler.h \
 	hotplug_generic.c \
+	hotplug.h \
 	hotplug_libusb.c \
 	hotplug_linux.c \
 	hotplug_macosx.c \
+	ifdwrapper.c \
+	ifdwrapper.h \
+	misc.h \
+	parser.h \
+	pcscdaemon.c \
+	PCSC/debuglog.h \
+	PCSC/ifdhandler.h \
+	PCSC/pcsclite.h \
+	PCSC/pcsclite.h.in \
+	PCSC/winscard.h \
+	PCSC/wintypes.h \
 	powermgt_generic.c \
+	powermgt_generic.h \
 	powermgt_macosx.c \
-	sys_unix.c \
-	thread_unix.c \
 	prothandler.c \
+	prothandler.h \
 	readerfactory.c \
+	readerfactory.h \
 	strlcat.c \
 	strlcpy.c \
+	strlcpycat.h \
+	sys_generic.h \
+	sys_unix.c \
+	thread_generic.h \
+	thread_unix.c \
 	tokenparser.l \
 	winscard.c \
 	winscard_msg.c \
+	winscard_msg.h \
 	winscard_msg_srv.c \
-	winscard_svc.c
+	winscard_svc.c \
+	winscard_svc.h
 pcscd_CFLAGS = $(CFLAGS) $(PTHREAD_CFLAGS) $(LIBUSB_CFLAGS) -DPCSCD
 pcscd_LDFLAGS = $(LDFLAGS) -export-dynamic
 pcscd_LDADD = \
@@ -76,25 +99,6 @@
 	PCSC/ifdhandler.h \
 	PCSC/winscard.h \
 	PCSC/wintypes.h
-noinst_HEADERS = \
-	atrhandler.h \
-	configfile.h \
-	debug.h \
-	dyn_generic.h \
-	eventhandler.h \
-	hotplug.h \
-	ifdwrapper.h \
-	misc.h \
-	parser.h \
-	PCSC/pcsclite.h.in \
-	powermgt_generic.h \
-	prothandler.h \
-	readerfactory.h \
-	strlcpycat.h \
-	sys_generic.h \
-	thread_generic.h \
-	winscard_msg.h \
-	winscard_svc.h
 
 nodistheaderdir = $(includedir)/PCSC
 nodistheader_DATA = PCSC/reader.h PCSC/pcsclite.h




More information about the Pcsclite-cvs-commit mailing list