aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-10 10:08:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-10 10:08:41 +0000
commit1c619aa5bdd5554ccb057b3a547cde97c97e533b (patch)
tree1c7e12a679ba4393f453b559f364d9b2cebc8aed /gtk2
parent1429573dde180ba10f72f5d90b99c2ddc4e4ef5e (diff)
Add "/I$(ZLIB_DIR)" to the list of "/I" flags in the top-level directory
and the "gtk" and "gtk2" directories, so that we find "zlib.h", as we now define "HAVE_ZLIB" in the top-level "config.h.win32" and thus try to include "zlib.h" on Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6246 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk2')
-rw-r--r--gtk2/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2/Makefile.nmake b/gtk2/Makefile.nmake
index ae5f8647ff..6cf0f036da 100644
--- a/gtk2/Makefile.nmake
+++ b/gtk2/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.5 2002/09/07 10:02:36 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.6 2002/09/10 10:08:41 guy Exp $
include ..\config.nmake
@@ -10,6 +10,7 @@ include ..\config.nmake
CFLAGS=-DHAVE_CONFIG_H /I.. /I../wiretap \
/I$(GLIB_DIR) /I$(GTK_DIR) /I$(GLIB_DIR)/gmodule \
/I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \
+ /I$(ZLIB_DIR) \
/I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \
/I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)