[Pcsclite-cvs-commit] r1890 - trunk/libmusclecard/utils/bundleTool
Ludovic Rousseau
rousseau at costa.debian.org
Tue Feb 28 10:07:59 UTC 2006
Author: rousseau
Date: 2006-02-28 10:07:58 +0000 (Tue, 28 Feb 2006)
New Revision: 1890
Modified:
trunk/libmusclecard/utils/bundleTool/Makefile.am
Log:
use $(PCSCLITE_CFLAGS) and $(PCSCLITE_LIBS) since we are now in an
independent library
Modified: trunk/libmusclecard/utils/bundleTool/Makefile.am
===================================================================
--- trunk/libmusclecard/utils/bundleTool/Makefile.am 2006-02-28 10:06:35 UTC (rev 1889)
+++ trunk/libmusclecard/utils/bundleTool/Makefile.am 2006-02-28 10:07:58 UTC (rev 1890)
@@ -5,10 +5,8 @@
bundleTool_SOURCES = \
bundleTool.c
-bundleTool_CFLAGS = \
- -I$(top_srcdir)/src/PCSC -I$(top_builddir)/src/PCSC
-bundleTool_LDADD = \
- $(top_builddir)/src/libpcsclite.la
+bundleTool_CFLAGS = $(PCSCLITE_CFLAGS)
+bundleTool_LDADD = $(PCSCLITE_LIBS)
man_in = bundleTool.8.in
EXTRA_DIST = $(man_in)
More information about the Pcsclite-cvs-commit
mailing list