1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-02 02:48:57 +02:00

Only gpg (not gpgv) needs mkdtemp

This commit is contained in:
David Shaw 2001-12-20 16:23:55 +00:00
parent ebaf170e74
commit c53d735b12

View File

@ -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)