aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/Makefile.am4
1 files 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)