aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-10-11 07:35:02 +0000
committerGuy Harris <guy@alum.mit.edu>2000-10-11 07:35:02 +0000
commitfaf70584f2eaa0cafb8f40a411bcbfc61264ffca (patch)
treeaecc3ed74fa0c03d46b0b72f5369bb6c9787c799 /gtk
parent54ecbe2d4e4d1eaf2d1e8ae0789d4378f3b9c874 (diff)
Fix it to build on Windows.
svn path=/trunk/; revision=2488
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index 9e6617e2e1..939b8589b6 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -2,7 +2,7 @@ include ..\config.nmake
############### no need to modify below this line #########
-CFLAGS=/MT /DHAVE_CONFIG_H /I.. /I../wiretap \
+CFLAGS=/MT /DHAVE_CONFIG_H /I.. /I../epan /I../wiretap \
/I$(GLIB_DIR) /I$(GTK_DIR) /I$(GLIB_DIR)/gmodule \
/I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \
/I$(PCAP_DIR)\include $(LOCAL_CFLAGS)