aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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