aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-16 18:14:16 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-16 18:14:16 +0000
commit403e6dc86a55a12f1cf586093d4b6a8fa62f91ba (patch)
treee5155f0cc0e573dda3d6055122dcd16b39440083 /ui/Makefile.common
parent5bcb56b21c1c102001a2b50651ed3e6c9815dc64 (diff)
Move common SSL key export routines to ui/ssl_key_export.[ch]. Make the
exported keys a gchar *. Implement SSL key exports in the Qt UI. Remove some no-longer-necessary packet-ssl*.h includes. Change lastOpenDir().absolutePath() to .canonicalPath(). Get rid of the "Export As PostScript" action. svn path=/trunk/; revision=45589
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common10
1 files changed, 6 insertions, 4 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index 5e5d990e14..bbe239e510 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -44,10 +44,11 @@ GENERATOR_FILES = \
text_import_scanner.l
WIRESHARK_UI_SRC = \
- alert_box.c \
- iface_lists.c \
- help_url.c \
- text_import.c \
+ alert_box.c \
+ iface_lists.c \
+ help_url.c \
+ ssl_key_export.c \
+ text_import.c \
util.c
noinst_HEADERS = \
@@ -62,6 +63,7 @@ noinst_HEADERS = \
recent.h \
recent_utils.h \
simple_dialog.h \
+ ssl_key_export.h \
text_import.h \
text_import_scanner.h \
ui_util.h \