diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-06-26 02:12:12 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-06-26 02:12:12 +0000 |
commit | 500d3993934d988fa5231333dd8c484513a81473 (patch) | |
tree | 6f8c32c4345dc2d7279a4d1b77e717d9ad9fbdc7 /ui/Makefile.common | |
parent | bbf6a3766e65ebc66f06f936e530e79ec2d5b31b (diff) | |
download | wireshark-500d3993934d988fa5231333dd8c484513a81473.tar.gz wireshark-500d3993934d988fa5231333dd8c484513a81473.tar.bz2 wireshark-500d3993934d988fa5231333dd8c484513a81473.zip |
Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.
svn path=/trunk/; revision=50165
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r-- | ui/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common index d7d4381d5f..0c513092cf 100644 --- a/ui/Makefile.common +++ b/ui/Makefile.common @@ -45,7 +45,7 @@ GENERATOR_FILES = \ WIRESHARK_UI_SRC = \ alert_box.c \ - export_object.c \ + export_object.c \ export_object_dicom.c \ export_object_http.c \ export_object_smb.c \ @@ -56,6 +56,8 @@ WIRESHARK_UI_SRC = \ recent.c \ software_update.c \ ssl_key_export.c \ + tap-megaco-common.c \ + tap-rtp-common.c \ text_import.c \ time_shift.c \ util.c @@ -77,6 +79,8 @@ noinst_HEADERS = \ simple_dialog.h \ software_update.h \ ssl_key_export.h \ + tap-megaco-common.h \ + tap-rtp-common.h \ text_import.h \ text_import_scanner.h \ time_shift.h \ |