aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-02 05:25:39 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-02 05:25:39 +0000
commitab3840049e8de97b835a393fc964b2bd61e04ff9 (patch)
tree67dec81217f7650f65ab44929e0c91be42f1bddf
parent4d85cfeea676b8d84be41422f32a660b2a1b3b81 (diff)
Reflect the move of recent.c to the ui directory.
svn path=/trunk/; revision=47439
-rw-r--r--CMakeLists.txt1
-rw-r--r--ui/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 33400cd88b..c37a51a726 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -751,7 +751,6 @@ if( (BUILD_wireshark AND GTK_FOUND) OR (BUILD_qtshark AND QT_FOUND) )
iface_monitor.c
merge.c
proto_hier_stats.c
- recent.c
summary.c
tempfile.c
u3.c
diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt
index 664cb25d8f..70203414d9 100644
--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -32,6 +32,7 @@ set(COMMON_UI_SRC
iface_lists.c
preference_utils.c
profile.c
+ recent.c
ssl_key_export.c
text_import.c
time_shift.c