aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-04-10 15:12:48 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-04-10 15:12:48 +0000
commit9f2ccb7fc0eb675448fdf375177fe523aa21747c (patch)
tree899feb88f2e2768d7c9d58a9b1f80ed06f443544 /epan/dissectors/Makefile.nmake
parent4d21c49929c53bf12d789a830b0662835ee0d4bc (diff)
- SSL desegmentation support
- SSL DEFLATE compression method support (RFC3749) - fix for Bugzilla Bug 1515: SSL bug with mutual authentication svn path=/trunk/; revision=21368
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 5fe3a4eec5..c382ba2780 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -10,7 +10,7 @@ include ..\..\config.nmake
include Makefile.common
CFLAGS=-WX -DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) \
- $(NET_SNMP_CFLAGS) \
+ $(NET_SNMP_CFLAGS) $(ZLIB_CFLAGS) \
$(PCRE_CFLAGS) $(GNUTLS_CFLAGS) $(NETTLE_CFLAGS) \
$(KFW_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)