diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 4 | ||||
-rw-r--r-- | tools/symcryptrun.c | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 340901a00..1ba03772a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -69,8 +69,8 @@ if !HAVE_W32CE_SYSTEM noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert gpgsplit endif -common_libs = $(libcommon) ../gl/libgnu.a -commonpth_libs = $(libcommonpth) ../gl/libgnu.a +common_libs = $(libcommon) +commonpth_libs = $(libcommonpth) # Some modules require PTH under W32CE. if HAVE_W32CE_SYSTEM diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c index eff14c946..48562b16b 100644 --- a/tools/symcryptrun.c +++ b/tools/symcryptrun.c @@ -90,7 +90,6 @@ #include "i18n.h" #include "../common/util.h" #include "../common/init.h" -#include "mkdtemp.h" /* FIXME: Bah. For spwq_secure_free. */ #define SIMPLE_PWQUERY_IMPLEMENTATION 1 |