summaryrefslogtreecommitdiff
path: root/ui/Makefile.common
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/Makefile.common
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/Makefile.common')
-rw-r--r--ui/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index bcfb54e9f1..9da5fb17ba 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -45,6 +45,7 @@ WIRESHARK_UI_SRC = \
alert_box.c \
capture.c \
capture_ui_utils.c \
+ console.c \
decode_as_utils.c \
export_object.c \
export_object_dicom.c \
@@ -80,6 +81,7 @@ noinst_HEADERS = \
capture.h \
capture_globals.h \
capture_ui_utils.h \
+ console.h \
decode_as_utils.h \
export_object.h \
last_open_dir.h \