summaryrefslogtreecommitdiff
path: root/ui/gtk/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-18 21:14:43 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-18 21:14:43 +0000
commit576b24c96ee4ac4ca7fb9fc116b6e8ce3704227d (patch)
treef8e0abf64215eb0083a475acfdcea3806e4c0ba5 /ui/gtk/Makefile.common
parent05c1e47f68b609702ec13a09e5ebc1a572841e12 (diff)
downloadwireshark-576b24c96ee4ac4ca7fb9fc116b6e8ce3704227d.tar.gz
Move ui-independent object export routines to the common ui directory.
Implement DICOM, HTTP, and SMB object exports. Rename the GTK+ export files. C++-ize epan/tap.h. Fix an apparent memory leak in eo_save_all_clicked_cb. The Qt dialog has an indeterminate progress bar. I tried adding something similar to the GTK+ dialog but event processing led down a rabbit hole. svn path=/trunk/; revision=45647
Diffstat (limited to 'ui/gtk/Makefile.common')
-rw-r--r--ui/gtk/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/Makefile.common b/ui/gtk/Makefile.common
index d45febca11..ea2cc7a7b0 100644
--- a/ui/gtk/Makefile.common
+++ b/ui/gtk/Makefile.common
@@ -64,7 +64,7 @@ WIRESHARK_GTK_SRC = \
drag_and_drop.c \
edit_packet_comment_dlg.c \
expert_comp_table.c \
- export_object.c \
+ export_object_dlg.c \
export_sslkeys.c \
filter_autocomplete.c \
file_dlg.c \
@@ -252,7 +252,7 @@ noinst_HEADERS = \
expert_comp_dlg.h \
expert_comp_table.h \
expert_indicators.h \
- export_object_gtk.h \
+ export_object_dlg.h \
export_sslkeys.h \
file_dlg.h \
file_import_dlg.h \