aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-10-10 19:48:37 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-10-10 19:48:37 +0000
commit37a7e3382c8daea28ea5e38372696d2da7ce5fd7 (patch)
tree8fd2ae571e198b61b5785751fbf68b2ed0703971 /ui/gtk/Makefile.nmake
parentd8231f1222a9861b3512cac592a42dce0509d40f (diff)
Revert the changes made to resolve https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3528 (When following an HTTP tcp stream decode gzip data automatically), as they caused a bigger problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9044 ("Follow TCP Stream" shows only first HTTP req+res).
#BACKPORT(1.10) svn path=/trunk/; revision=52506
Diffstat (limited to 'ui/gtk/Makefile.nmake')
-rw-r--r--ui/gtk/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/Makefile.nmake b/ui/gtk/Makefile.nmake
index 3b9c2fe9a9..e75c6b8d39 100644
--- a/ui/gtk/Makefile.nmake
+++ b/ui/gtk/Makefile.nmake
@@ -12,7 +12,7 @@ include ..\..\Makefile.nmake.inc
GENERATED_CFLAGS=\
$(STANDARD_CFLAGS) \
/Zm800 \
- /I../.. /I../../wiretap $(GTK_CFLAGS) $(ZLIB_CFLAGS) $(GNUTLS_CFLAGS) \
+ /I../.. /I../../wiretap $(GTK_CFLAGS) $(GNUTLS_CFLAGS) \
/I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \
/I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \
/I$(PCAP_DIR)\include $(AIRPCAP_CFLAGS) \