diff options
Diffstat (limited to '')
-rw-r--r-- | scd/ChangeLog | 4 | ||||
-rw-r--r-- | scd/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog index 8015359a5..fd2ba5418 100644 --- a/scd/ChangeLog +++ b/scd/ChangeLog @@ -1,3 +1,7 @@ +2006-06-09 Marcus Brinkmann <[email protected]> + + * Makefile.am (scdaemon_LDADD): Add $(NETLIBS). + 2006-04-14 Marcus Brinkmann <[email protected]> * app.c (select_application): Cover up a slot mismatch error in diff --git a/scd/Makefile.am b/scd/Makefile.am index 9a32de98b..46f6b9fa3 100644 --- a/scd/Makefile.am +++ b/scd/Makefile.am @@ -45,7 +45,7 @@ scdaemon_SOURCES = \ scdaemon_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a \ $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(PTH_LIBS) $(LIBASSUAN_LIBS) \ - $(LIBUSB_LIBS) -lgpg-error $(LIBINTL) $(DL_LIBS) + $(LIBUSB_LIBS) -lgpg-error $(LIBINTL) $(DL_LIBS) $(NETLIBS) # Removed for now: We need to decide whether it makes sense to # continue it at all, given that gpg has now all required |