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, 5 insertions, 1 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog
index 91694a056..44497364d 100644
--- a/scd/ChangeLog
+++ b/scd/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-10 Werner Koch <[email protected]>
+
+ * Makefile.am (scdaemon_LDADD): Remove libjnlib.a.
+
2009-12-15 Werner Koch <[email protected]>
* iso7816.c (do_generate_keypair): s/readonly/read_only/ because
diff --git a/scd/Makefile.am b/scd/Makefile.am
index ae623ace8..923ebfee0 100644
--- a/scd/Makefile.am
+++ b/scd/Makefile.am
@@ -41,7 +41,7 @@ scdaemon_SOURCES = \
app.c app-common.h app-help.c $(card_apps)
-scdaemon_LDADD = $(libcommonpth) ../jnlib/libjnlib.a ../gl/libgnu.a \
+scdaemon_LDADD = $(libcommonpth) ../gl/libgnu.a \
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) $(PTH_LIBS) \
$(LIBUSB_LIBS) $(GPG_ERROR_LIBS) \
$(LIBINTL) $(DL_LIBS) $(NETLIBS) $(LIBICONV)