aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.common
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-06-10 22:07:54 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-06-10 22:07:54 +0000
commitf372010ee83aa3438f633d38c7d8e46516c1ab7b (patch)
treed72f197e9919300f5671b1fb734144c8c03639f8 /ui/gtk/Makefile.common
parenta2bb94c3b33d53f42534aceb7cc67aab1d1fb1f9 (diff)
Custom model for packet details
Original patch tracked in bug #7224 svn path=/trunk/; revision=43189
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 eaff1da4c3..f75feef32c 100644
--- a/ui/gtk/Makefile.common
+++ b/ui/gtk/Makefile.common
@@ -130,6 +130,7 @@ WIRESHARK_GTK_SRC = \
proto_help.c \
proto_hier_stats_dlg.c \
proto_hier_tree_model.c \
+ proto_tree_model.c \
range_utils.c \
rtp_player.c \
rtp_stream.c \
@@ -329,6 +330,7 @@ noinst_HEADERS = \
proto_help.h \
proto_hier_stats_dlg.h \
proto_hier_tree_model.h \
+ proto_tree_model.h \
range_utils.h \
remote_icons.h \
rtp_analysis.h \