aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-01 23:56:09 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-01 23:56:09 +0000
commit9d0bcc9d094f7228b0c227314286a7ffdca93abe (patch)
treed3651f9fcf44c1e64985e5602a351ea0babcf099 /wsutil
parentf7843da6926d6bf25d9fdbd5fc0e09f29b436833 (diff)
Include LIBGCRYPT_CFLAGS in wsutil (but not in epan/crypt).
svn path=/trunk/; revision=51103
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 63f999955f..49abbeb169 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) \
+ /I. /I.. $(GLIB_CFLAGS) $(LIBGCRYPT_CFLAGS) \
/I$(PCAP_DIR)\include -DWS_BUILD_DLL
.c.obj::