aboutsummaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
Diffstat (limited to 'agent')
-rw-r--r--agent/Makefile.am4
-rw-r--r--agent/gpg-agent.c1
2 files changed, 2 insertions, 3 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am
index ff15d0305..bcf178810 100644
--- a/agent/Makefile.am
+++ b/agent/Makefile.am
@@ -55,8 +55,8 @@ gpg_agent_SOURCES = \
call-scd.c \
learncard.c
-common_libs = $(libcommon) ../gl/libgnu.a
-commonpth_libs = $(libcommonpth) ../gl/libgnu.a
+common_libs = $(libcommon)
+commonpth_libs = $(libcommonpth)
if HAVE_W32CE_SYSTEM
pwquery_libs =
else
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 720f5f4cc..5960fe329 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -55,7 +55,6 @@
#include <assuan.h> /* Malloc hooks and socket wrappers. */
#include "i18n.h"
-#include "mkdtemp.h" /* Gnulib replacement. */
#include "sysutils.h"
#include "gc-opt-flags.h"
#include "exechelp.h"