aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-01-18 19:38:34 +0000
committerGuy Harris <guy@alum.mit.edu>2012-01-18 19:38:34 +0000
commitdacb4133e82536f4b46c4f15604a8501bf089ede (patch)
tree72d17edb279bbec629604b20580b8bb93f7e6091 /Makefile.common
parent0299bdbc62e2a0ed182bd3476cac9c5ca9c365ce (diff)
Restructure the recent file code so that recent.c is GUI-independent;
move it to the top-level source directory for now, and move ui/gtk/recent.h to the ui directory. svn path=/trunk/; revision=40561
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index e403085549..5fc71f32fb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -158,6 +158,7 @@ wireshark_SOURCES = \
g711.c \
merge.c \
proto_hier_stats.c \
+ recent.c \
summary.c \
tempfile.c \
u3.c
@@ -178,6 +179,8 @@ wireshark_INCLUDES = \
ui/main_statusbar.h \
merge.h \
ui/progress_dlg.h \
+ ui/recent.h \
+ ui/recent_utils.h \
proto_hier_stats.h \
ui/simple_dialog.h \
stat_menu.h \