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

Ludovic Rousseau rousseau at costa.debian.org
Thu Sep 15 12:03:08 UTC 2005


Author: rousseau
Date: 2005-09-15 12:03:08 +0000 (Thu, 15 Sep 2005)
New Revision: 1653

Modified:
   trunk/PCSC/src/Makefile.am
Log:
install PCSC/reader.h and PCSC/pcsclite.h but do not distribute them


Modified: trunk/PCSC/src/Makefile.am
===================================================================
--- trunk/PCSC/src/Makefile.am	2005-09-15 11:44:36 UTC (rev 1652)
+++ trunk/PCSC/src/Makefile.am	2005-09-15 12:03:08 UTC (rev 1653)
@@ -68,7 +68,7 @@
 
 nobase_include_HEADERS = \
 	PCSC/debuglog.h PCSC/ifdhandler.h \
-	PCSC/winscard.h PCSC/wintypes.h PCSC/reader.h
+	PCSC/winscard.h PCSC/wintypes.h
 noinst_HEADERS = \
 	atrhandler.h configfile.h dyn_generic.h eventhandler.h \
 	hotplug.h ifdwrapper.h PCSC/pcsclite.h.in \
@@ -76,6 +76,9 @@
 	strlcpycat.h parser.h sys_generic.h thread_generic.h \
 	winscard_msg.h winscard_svc.h
 
+nodistheaderdir = $(includedir)/PCSC
+nodistheader_DATA = PCSC/reader.h PCSC/pcsclite.h
+
 pcdir= $(libdir)/pkgconfig
 pc_DATA = libpcsclite.pc
 




More information about the Pcsclite-cvs-commit mailing list