From 9d0bcc9d094f7228b0c227314286a7ffdca93abe Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 1 Aug 2013 23:56:09 +0000 Subject: Include LIBGCRYPT_CFLAGS in wsutil (but not in epan/crypt). svn path=/trunk/; revision=51103 --- wsutil/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsutil') 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:: -- cgit v1.2.3