guy 2002/01/21 01:37:45 CST
Modified files:
gtk Makefile.nmake capture_dlg.c color_dlg.c
colors.c colors.h decode_as_dlg.c
display_opts.c file_dlg.c find_dlg.c
follow_dlg.c goto_dlg.c help_dlg.c main.c
menu.c nameres_prefs.c packet_win.c
plugins_dlg.c prefs_dlg.c print_dlg.c
proto_draw.c tcp_graph.c
Log:
Include files from the "epan" directory and subdirectories thereof with
"epan/..." pathnames, so as to avoid collisions with header files in any
of the directories in which we look (e.g., "proto.h", as some other
package has its own "proto.h" file which it installs in the top-level
include directory).
Don't add "-I" flags to search "epan", as that's no longer necessary
(and we want includes of "epan" headers to fail if the "epan/" is left
out, so that we don't re-introduce includes lacking "epan/").
Revision Changes Path
1.25 +1 -1 ethereal/gtk/Makefile.nmake
1.57 +2 -2 ethereal/gtk/capture_dlg.c
1.12 +3 -3 ethereal/gtk/color_dlg.c
1.19 +3 -3 ethereal/gtk/colors.c
1.6 +5 -6 ethereal/gtk/colors.h
1.22 +3 -3 ethereal/gtk/decode_as_dlg.c
1.25 +4 -4 ethereal/gtk/display_opts.c
1.48 +2 -2 ethereal/gtk/file_dlg.c
1.20 +4 -5 ethereal/gtk/find_dlg.c
1.20 +3 -3 ethereal/gtk/follow_dlg.c
1.14 +2 -2 ethereal/gtk/goto_dlg.c
1.21 +2 -2 ethereal/gtk/help_dlg.c
1.231 +9 -9 ethereal/gtk/main.c
1.62 +5 -5 ethereal/gtk/menu.c
1.3 +2 -2 ethereal/gtk/nameres_prefs.c
1.32 +7 -7 ethereal/gtk/packet_win.c
1.23 +3 -4 ethereal/gtk/plugins_dlg.c
1.41 +2 -2 ethereal/gtk/prefs_dlg.c
1.29 +2 -2 ethereal/gtk/print_dlg.c
1.45 +2 -2 ethereal/gtk/proto_draw.c
1.13 +2 -2 ethereal/gtk/tcp_graph.c