[Pcsclite-cvs-commit] r1650 - in trunk/PCSC: doc/example libmusclecard/src libmusclecard/utils/bundleTool src src/utils

Ludovic Rousseau rousseau at costa.debian.org
Wed Sep 14 14:43:22 UTC 2005


Author: rousseau
Date: 2005-09-14 14:43:21 +0000 (Wed, 14 Sep 2005)
New Revision: 1650

Modified:
   trunk/PCSC/doc/example/Makefile.am
   trunk/PCSC/libmusclecard/src/Makefile.am
   trunk/PCSC/libmusclecard/utils/bundleTool/Makefile.am
   trunk/PCSC/src/Makefile.am
   trunk/PCSC/src/utils/Makefile.am
Log:
add -I$(top_builddir)/src/PCSC to find the generated files (pcsclite.h)


Modified: trunk/PCSC/doc/example/Makefile.am
===================================================================
--- trunk/PCSC/doc/example/Makefile.am	2005-09-14 14:42:11 UTC (rev 1649)
+++ trunk/PCSC/doc/example/Makefile.am	2005-09-14 14:43:21 UTC (rev 1650)
@@ -2,7 +2,7 @@
 
 noinst_PROGRAMS = pcsc_demo
 pcsc_demo_SOURCES = pcsc_demo.c
-pcsc_demo_CFLAGS = -I$(top_srcdir)/src/PCSC
+pcsc_demo_CFLAGS = -I$(top_srcdir)/src/PCSC -I$(top_builddir)/src/PCSC
 pcsc_demo_LDADD = $(top_builddir)/src/libpcsclite.la
 
 EXTRA_DIST = GPL-2

Modified: trunk/PCSC/libmusclecard/src/Makefile.am
===================================================================
--- trunk/PCSC/libmusclecard/src/Makefile.am	2005-09-14 14:42:11 UTC (rev 1649)
+++ trunk/PCSC/libmusclecard/src/Makefile.am	2005-09-14 14:43:21 UTC (rev 1650)
@@ -21,7 +21,7 @@
 	$(top_srcdir)/src/strlcat.c \
 	$(top_srcdir)/src/thread_unix.c
 libmusclecard_la_CFLAGS = \
-	-I$(top_srcdir)/src/PCSC \
+	-I$(top_srcdir)/src/PCSC -I$(top_builddir)/src/PCSC \
 	-I$(top_srcdir)/libmusclecard/src/PCSC
 libmusclecard_la_LIBADD = \
 	$(top_builddir)/src/libpcsclite.la
@@ -30,7 +30,7 @@
 	muscletest.c \
 	$(top_srcdir)/src/strlcpy.c
 muscletest_CFLAGS = \
-	-I$(top_srcdir)/src/PCSC \
+	-I$(top_srcdir)/src/PCSC -I$(top_builddir)/src/PCSC \
 	-I$(top_srcdir)/libmusclecard/src/PCSC
 muscletest_LDADD = \
 	$(top_builddir)/libmusclecard/src/libmusclecard.la

Modified: trunk/PCSC/libmusclecard/utils/bundleTool/Makefile.am
===================================================================
--- trunk/PCSC/libmusclecard/utils/bundleTool/Makefile.am	2005-09-14 14:42:11 UTC (rev 1649)
+++ trunk/PCSC/libmusclecard/utils/bundleTool/Makefile.am	2005-09-14 14:43:21 UTC (rev 1650)
@@ -6,7 +6,7 @@
 bundleTool_SOURCES = \
 	bundleTool.c
 bundleTool_CFLAGS = \
-	-I$(top_srcdir)/src/PCSC
+	-I$(top_srcdir)/src/PCSC -I$(top_builddir)/src/PCSC
 bundleTool_LDADD = \
 	$(top_builddir)/src/libpcsclite.la
 

Modified: trunk/PCSC/src/Makefile.am
===================================================================
--- trunk/PCSC/src/Makefile.am	2005-09-14 14:42:11 UTC (rev 1649)
+++ trunk/PCSC/src/Makefile.am	2005-09-14 14:43:21 UTC (rev 1650)
@@ -1,7 +1,7 @@
 # Process this file with automake to create Makefile.in.
 
 SUBDIRS = . utils
-AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC
+AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC -I$(top_builddir)/src/PCSC
 
 lib_LTLIBRARIES = libpcsclite.la
 noinst_LTLIBRARIES = libpcsclite-core.la

Modified: trunk/PCSC/src/utils/Makefile.am
===================================================================
--- trunk/PCSC/src/utils/Makefile.am	2005-09-14 14:42:11 UTC (rev 1649)
+++ trunk/PCSC/src/utils/Makefile.am	2005-09-14 14:43:21 UTC (rev 1650)
@@ -1,6 +1,6 @@
 # Process this file with automake to create Makefile.in.
 
-AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC
+AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC -I$(top_builddir)/src/PCSC
 
 bin_PROGRAMS = formaticc
 sbin_PROGRAMS = installifd




More information about the Pcsclite-cvs-commit mailing list