diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-10-11 07:35:02 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-10-11 07:35:02 +0000 |
commit | faf70584f2eaa0cafb8f40a411bcbfc61264ffca (patch) | |
tree | aecc3ed74fa0c03d46b0b72f5369bb6c9787c799 /plugins | |
parent | 54ecbe2d4e4d1eaf2d1e8ae0789d4378f3b9c874 (diff) | |
download | wireshark-faf70584f2eaa0cafb8f40a411bcbfc61264ffca.tar.gz wireshark-faf70584f2eaa0cafb8f40a411bcbfc61264ffca.tar.bz2 wireshark-faf70584f2eaa0cafb8f40a411bcbfc61264ffca.zip |
Fix it to build on Windows.
svn path=/trunk/; revision=2488
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.nmake | 4 | ||||
-rw-r--r-- | plugins/gryphon/Makefile.nmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake index c1f8d6d622..73bddaa39e 100644 --- a/plugins/Makefile.nmake +++ b/plugins/Makefile.nmake @@ -1,12 +1,12 @@ # -# $Id: Makefile.nmake,v 1.6 2000/05/20 20:52:27 guy Exp $ +# $Id: Makefile.nmake,v 1.7 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 /I. \ +CFLAGS=/DHAVE_CONFIG_H /I.. /I../epan /I../wiretap /I. \ /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) 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) |