aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-02 00:52:13 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-02 00:52:13 +0000
commit95b4443aeba2ff4f208e748c0f238fa0f7780113 (patch)
treeeb438af47726b973bcc08f2af813e060bc9feac8 /wsutil
parent1248db2ad60faee5dae15a8932210c4f0a9c0947 (diff)
LIBGCRYPT_CFLAGS is not set in Windows builds, use GNUTLS_CFLAGS instead.
svn path=/trunk/; revision=51108
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 49abbeb169..2032cde620 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -12,7 +12,7 @@ include ..\Makefile.nmake.inc
include Makefile.common
CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
- /I. /I.. $(GLIB_CFLAGS) $(LIBGCRYPT_CFLAGS) \
+ /I. /I.. $(GLIB_CFLAGS) $(GNUTLS_CFLAGS) \
/I$(PCAP_DIR)\include -DWS_BUILD_DLL
.c.obj::