diff options
Diffstat (limited to 'scd/Makefile.am')
-rw-r--r-- | scd/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am index 2e01303c4..6639aa1c1 100644 --- a/scd/Makefile.am +++ b/scd/Makefile.am @@ -30,10 +30,12 @@ scdaemon_SOURCES = \ card-common.h \ card-p15.c card-dinsig.c - +# fixme: We added -lpcslite because the opensc config script can't cope with +# a static only libopensc. scdaemon_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a \ ../common/libcommon.a \ - $(LIBOPENSC_LIBS) $(LIBGCRYPT_LIBS) $(LIBKSBA_LIBS) + $(LIBOPENSC_LIBS) $(LIBGCRYPT_LIBS) $(LIBKSBA_LIBS) \ + -lpcsclite -lpthread |