aboutsummaryrefslogtreecommitdiffstats
path: root/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-16 22:57:22 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-16 22:57:22 +0000
commite49ff2373eaafb93c1d019e8cf08c94ff4de35ad (patch)
tree030b2d4c7d1565beb5b11e2ca4b6926e86478187 /ui/CMakeLists.txt
parent73b3d42302d0963c9da8c6997eb1f1232ad2a309 (diff)
Move the DICOM, HTTP, and SMB object export code to the ui directory.
svn path=/trunk/; revision=45606
Diffstat (limited to 'ui/CMakeLists.txt')
-rw-r--r--ui/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt
index aa9c0a228c..8e092743ad 100644
--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -24,6 +24,9 @@
set(COMMON_UI_SRC
alert_box.c
+ export_object_dicom.c
+ export_object_http.c
+ export_object_smb.c
help_url.c
iface_lists.c
ssl_key_export.c