aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
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/Makefile.common
parent73b3d42302d0963c9da8c6997eb1f1232ad2a309 (diff)
Move the DICOM, HTTP, and SMB object export code to the ui directory.
svn path=/trunk/; revision=45606
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index bbe239e510..9a498c1e37 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -45,6 +45,9 @@ GENERATOR_FILES = \
WIRESHARK_UI_SRC = \
alert_box.c \
+ export_object_dicom.c \
+ export_object_http.c \
+ export_object_smb.c \
iface_lists.c \
help_url.c \
ssl_key_export.c \
@@ -54,6 +57,7 @@ WIRESHARK_UI_SRC = \
noinst_HEADERS = \
alert_box.h \
capture_globals.h \
+ export_object.h \
last_open_dir.h \
file_dialog.h \
help_url.h \