aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon/Makefile.nmake
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 /plugins/gryphon/Makefile.nmake
parent54ecbe2d4e4d1eaf2d1e8ae0789d4378f3b9c874 (diff)
Fix it to build on Windows.
svn path=/trunk/; revision=2488
Diffstat (limited to 'plugins/gryphon/Makefile.nmake')
-rw-r--r--plugins/gryphon/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gryphon/Makefile.nmake b/plugins/gryphon/Makefile.nmake
index 0e9f3a758f..05a414fe09 100644
--- a/plugins/gryphon/Makefile.nmake
+++ b/plugins/gryphon/Makefile.nmake
@@ -1,12 +1,12 @@
#
-# $Id: Makefile.nmake,v 1.4 2000/04/12 21:51:53 gram Exp $
+# $Id: Makefile.nmake,v 1.5 2000/10/11 07:35:02 guy Exp $
#
include ..\..\config.nmake
############### no need to modify below this line #########
-CFLAGS=/DHAVE_CONFIG_H /I../.. /I../wiretap \
+CFLAGS=/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)