aboutsummaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
Diffstat (limited to 'scd')
-rw-r--r--scd/Makefile.am2
-rw-r--r--scd/scdaemon.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am
index 09dd7d242..f7217e3ad 100644
--- a/scd/Makefile.am
+++ b/scd/Makefile.am
@@ -45,7 +45,7 @@ scdaemon_SOURCES = \
app.c app-common.h app-help.c $(card_apps)
-scdaemon_LDADD = $(libcommonpth) ../gl/libgnu.a \
+scdaemon_LDADD = $(libcommonpth) \
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \
$(LIBUSB_LIBS) $(GPG_ERROR_LIBS) \
$(LIBINTL) $(DL_LIBS) $(NETLIBS) $(LIBICONV) $(resource_objs)
diff --git a/scd/scdaemon.c b/scd/scdaemon.c
index a1f45e2d7..77b6283e9 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.c
@@ -51,7 +51,6 @@
#include "iso7816.h"
#include "apdu.h"
#include "ccid-driver.h"
-#include "mkdtemp.h"
#include "gc-opt-flags.h"
#include "asshelp.h"
#include "../common/init.h"