diff options
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 \ |