aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-02 04:49:58 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-02 04:49:58 +0000
commit4d85cfeea676b8d84be41422f32a660b2a1b3b81 (patch)
treee287c7a1a1aa6669d8d37a7a25be3f28b54c3744
parent58b5fc9ebf648a105cb3a9d57456ca4ec2e8ba6f (diff)
Move recent.c to the ui directory, as we did with its header file.
svn path=/trunk/; revision=47438
-rw-r--r--Makefile.common1
-rw-r--r--ui/Makefile.common1
-rw-r--r--ui/recent.c (renamed from recent.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 900d1afce2..8e79054edc 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -117,7 +117,6 @@ wireshark_SOURCES = \
iface_monitor.c \
merge.c \
proto_hier_stats.c \
- recent.c \
summary.c \
tempfile.c \
u3.c \
diff --git a/ui/Makefile.common b/ui/Makefile.common
index 4509496f7d..efd5a15b34 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -53,6 +53,7 @@ WIRESHARK_UI_SRC = \
help_url.c \
preference_utils.c \
profile.c \
+ recent.c \
ssl_key_export.c \
text_import.c \
time_shift.c \
diff --git a/recent.c b/ui/recent.c
index d66759672f..d66759672f 100644
--- a/recent.c
+++ b/ui/recent.c