aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-16 21:30:24 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-16 21:30:24 +0000
commit75dba53ad63f96bd56ffa0f676ecb242dbcbfdd2 (patch)
tree7cf8fcd6fa3b14a982c705b2c310cbe29619cff0 /ui/gtk/Makefile.common
parent95988da72b2f091acd930d43f3397e75e93c4650 (diff)
Move some routines that specifically handle the main window's packet
panes to main_packet_panes.c. Rename main_tree_view_new() to proto_tree_view_new() - it's not just for creating the main window's protocol tree view, it's also for creating protocol tree views in packet windows. svn path=/trunk/; revision=43292
Diffstat (limited to 'ui/gtk/Makefile.common')
-rw-r--r--ui/gtk/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/Makefile.common b/ui/gtk/Makefile.common
index af8600b355..54ec913eb3 100644
--- a/ui/gtk/Makefile.common
+++ b/ui/gtk/Makefile.common
@@ -99,6 +99,7 @@ WIRESHARK_GTK_SRC = \
main_airpcap_toolbar.c \
main_filter_toolbar.c \
main_menubar.c \
+ main_packet_panes.c \
manual_addr_resolv.c \
packet_panes.c \
main_statusbar.c \
@@ -294,6 +295,7 @@ noinst_HEADERS = \
main_airpcap_toolbar.h \
main_filter_toolbar.h \
main_menubar_private.h \
+ main_packet_panes.h \
menus.h \
packet_panes.h \
main_statusbar_private.h \