aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
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 /epan/crypt
parent1248db2ad60faee5dae15a8932210c4f0a9c0947 (diff)
LIBGCRYPT_CFLAGS is not set in Windows builds, use GNUTLS_CFLAGS instead.
svn path=/trunk/; revision=51108
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/Makefile.nmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/crypt/Makefile.nmake b/epan/crypt/Makefile.nmake
index 9b9565c90f..61bb25f4bc 100644
--- a/epan/crypt/Makefile.nmake
+++ b/epan/crypt/Makefile.nmake
@@ -9,8 +9,7 @@ include Makefile.common
############### no need to modify below this line #########
CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
- /I../.. $(GLIB_CFLAGS) $(GNUTLS_CFLAGS) \
- -DWS_BUILD_DLL
+ /I../.. $(GLIB_CFLAGS) -DWS_BUILD_DLL
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<