aboutsummaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
Diffstat (limited to 'scd')
-rw-r--r--scd/ChangeLog4
-rw-r--r--scd/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog
index 660865638..628055e80 100644
--- a/scd/ChangeLog
+++ b/scd/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-06 Werner Koch <[email protected]>
+
+ * Makefile.am (pkglib_PROGRAMS): Build only for W32.
+
2004-10-22 Werner Koch <[email protected]>
* app-openpgp.c (verify_chv3): The minium length for CHV3 is
diff --git a/scd/Makefile.am b/scd/Makefile.am
index 0d83271e0..43bee4889 100644
--- a/scd/Makefile.am
+++ b/scd/Makefile.am
@@ -19,7 +19,9 @@
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = scdaemon sc-copykeys
+if HAVE_W32_SYSTEM
pkglib_PROGRAMS = pcsc-wrapper
+endif
AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/common