diff options
author | Werner Koch <[email protected]> | 2025-06-02 13:43:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-06-02 14:52:18 +0000 |
commit | 0eb62ee117027823b4dda7f6bf5c171376546c0b (patch) | |
tree | 17272c22c59f000987f4155e67b9e96f3317d4bf /tools/Makefile.am | |
parent | nsis: Install the help files. (diff) | |
download | gnupg-2.5.7.tar.gz gnupg-2.5.7.zip |
Release 2.5.7gnupg-2.5.7
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 3807bd14c..54c5cbe5c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -231,7 +231,7 @@ t_extra_src = t_common_cflags = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV) t_common_ldadd = $(libcommon) \ $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \ - $(LIBINTL) $(LIBICONV) + $(LIBINTL) $(LIBICONV) $(W32SOCKLIBS) t_mime_maker_SOURCES = t-mime-maker.c \ rfc822parse.c rfc822parse.h \ |