aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-20 05:51:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-20 05:51:10 +0000
commite45896cafc3f6f2b452d80396d38ea0accd3510e (patch)
tree02e9a49a5a2fd94eac88124ac622222227a3b80d /ui/Makefile.common
parenta8002aa0b74e747d835889d8897c5733ba052ee0 (diff)
Split the GUI and the tap part to make it possible to adapt to Qt.
svn path=/trunk/; revision=54850
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 7cb273164b..8813ad9f69 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -60,6 +60,7 @@ WIRESHARK_UI_SRC = \
recent.c \
software_update.c \
ssl_key_export.c \
+ tap_export_pdu.c \
tap-megaco-common.c \
tap-rtp-common.c \
tap-sctp-analysis.c \
@@ -92,6 +93,7 @@ noinst_HEADERS = \
simple_dialog.h \
software_update.h \
ssl_key_export.h \
+ tap_export_pdu.h \
tap-megaco-common.h \
tap-rtp-common.h \
tap-sctp-analysis.h \