aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-29 18:36:22 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-30 01:36:56 +0000
commitdf5833723c41003486eba83aaf6ca41f0c27816b (patch)
tree5f42331417eade5f6ffcfff77a0a8bcea96931b8 /ui/Makefile.common
parentfe8661a7674ae944bb6545240104880ef945ad4d (diff)
Move capture_ui_utils.[ch] to libui.
Change-Id: Id0f3d4d60a1acc7aa64fd3737b8f16df5bca4e5a Reviewed-on: https://code.wireshark.org/review/2708 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 3e1f209a33..a8c2e3026e 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -43,6 +43,7 @@ GENERATOR_FILES = \
WIRESHARK_UI_SRC = \
alert_box.c \
+ capture_ui_utils.c \
decode_as_utils.c \
export_object.c \
export_object_dicom.c \
@@ -73,6 +74,7 @@ WIRESHARK_UI_SRC = \
noinst_HEADERS = \
alert_box.h \
capture_globals.h \
+ capture_ui_utils.h \
decode_as_utils.h \
export_object.h \
last_open_dir.h \