aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorAndersBroman <a.broman@bredband.net>2016-04-03 21:56:30 +0200
committerMichael Mann <mmann78@netscape.net>2016-04-04 00:18:02 +0000
commit3ae229c8ed78960bced85286a5041a1552b9506c (patch)
treed75c605ab3fa5288a0d559f1e49047925cbfa529 /wsutil
parent8a89f66fb0b3b2ee7c8ddc38d3b5c3e7789a5aa1 (diff)
After the move of zlib test we need to add ZLIB_CFLAGS
Change-Id: Idee028bb6962a7a50d13ec45b41b71410fb92c6e Reviewed-on: https://code.wireshark.org/review/14799 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
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 33097be557..1a03b766d5 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -11,7 +11,7 @@ include ..\Makefile.nmake.inc
include Makefile.common
CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
- /I. /I.. $(GLIB_CFLAGS) $(GNUTLS_CFLAGS) \
+ /I. /I.. $(GLIB_CFLAGS) $(GNUTLS_CFLAGS) $(ZLIB_CFLAGS) \
/I$(PCAP_DIR)\include -DWS_BUILD_DLL
.c.obj::