diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2020-07-30 08:01:55 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2020-07-30 08:01:55 +0200 |
commit | c1f81eb9fc2544a417ebc2ce19b04541525da684 (patch) | |
tree | 93abd122461d4e61e9f695a8671c20399ba92182 /sm | |
parent | w32: More adding NETLIBS. (diff) | |
download | gnupg2-c1f81eb9fc2544a417ebc2ce19b04541525da684.tar.xz gnupg2-c1f81eb9fc2544a417ebc2ce19b04541525da684.zip |
w32: Add NETLIBS for sm/t-minip12.
* sm/Makefile.am (t_minip12_LDADD): Add NETLIBS.
--
GnuPG-bug-id: 4944
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'sm')
-rw-r--r-- | sm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index 415552f12..4931dabba 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -80,7 +80,7 @@ t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) $(KSBA_LIBS) \ t_minip12_CFLAGS = -DWITHOUT_NPTH=1 \ $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS) t_minip12_SOURCES = $(t_common_src) t-minip12.c minip12.c -t_minip12_LDADD = $(t_common_ldadd) +t_minip12_LDADD = $(t_common_ldadd) $(NETLIBS) |