aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 2032cde620..673c6e4817 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -19,7 +19,8 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
$(CC) $(CFLAGS) -Fd.\ -c $<
# For use when making libwsutil.dll
-libwsutil_LIBS = $(GLIB_LIBS)
+libwsutil_LIBS = $(GLIB_LIBS) \
+ $(GNUTLS_LIBS)
OBJECTS = file_util.obj \
inet_aton.obj \