summaryrefslogtreecommitdiff
path: root/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-09-25 16:21:02 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-26 14:15:45 +0000
commit2d7c1135ed7bb93b6eb2fd0170443d3c990f1e1e (patch)
treec96b56b6aaf00a85609747af3a6bc887352fcb36 /ui/CMakeLists.txt
parentce36b20ca5d01490acd1fb6ca44a82dab85ba2a2 (diff)
downloadwireshark-2d7c1135ed7bb93b6eb2fd0170443d3c990f1e1e.tar.gz
Move the console log handling code to ui/console.[ch].
Change-Id: I8e554a8e17399d78b0ef29dfb68109a219cd9f1b Reviewed-on: https://code.wireshark.org/review/4294 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/CMakeLists.txt')
-rw-r--r--ui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt
index 1c209848fa..f964c3a3cc 100644
--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -24,6 +24,7 @@ set(COMMON_UI_SRC
alert_box.c
capture.c
capture_ui_utils.c
+ console.c
decode_as_utils.c
export_object.c
export_object_dicom.c