From c53d735b1297067aa6ad39089092be77eb5b02fd Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 20 Dec 2001 16:23:55 +0000 Subject: [PATCH] Only gpg (not gpgv) needs mkdtemp --- g10/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/g10/Makefile.am b/g10/Makefile.am index 7251cf645..ac0588ce0 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -104,9 +104,9 @@ gpgv_SOURCES = gpgv.c \ # ks-db.h \ # $(common_source) - LDADD = $(needed_libs) @ZLIBS@ @INTLLIBS@ - +# gpg gets LIBOBJS to add in mkdtemp if the platform doesn't have it +gpg_LDADD = @LIBOBJS@ $(LDADD) $(PROGRAMS): $(needed_libs)