aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-27 17:10:51 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-27 17:10:51 +0000
commitcbec3bbaf7de34fd032c4ef8de52a919aa3a0787 (patch)
treeeace33c0e5d84815129ee65c1b182731f5b00d32 /ui/Makefile.common
parentf35d5f15f4053599529db9e78b63ca02aa18372a (diff)
Move common profile code to ui/profile.[ch].
svn path=/trunk/; revision=46808
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 04bffdb03b..626cc6f82a 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -51,6 +51,7 @@ WIRESHARK_UI_SRC = \
export_object_smb.c \
iface_lists.c \
help_url.c \
+ profile.c \
ssl_key_export.c \
text_import.c \
time_shift.c \
@@ -65,6 +66,7 @@ noinst_HEADERS = \
help_url.h \
iface_lists.h \
main_statusbar.h \
+ profile.h \
progress_dlg.h \
recent.h \
recent_utils.h \