aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/CMakeLists.txt
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-14 13:07:56 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-14 13:07:56 +0000
commit8dd2da6c8ed96d6c8da011530c7d236bbc890367 (patch)
treef9fe5a1d1ea0a5afb8467995a882b7ba4e826919 /gtk/CMakeLists.txt
parent0e4359073687380b2506c0068b40791d5a5a8f38 (diff)
Moved conversations_ipv6.c and hostlist_ipv6.c to TAP_SRC.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31262 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/CMakeLists.txt')
-rw-r--r--gtk/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/CMakeLists.txt b/gtk/CMakeLists.txt
index beeebf7e6c..85f3442607 100644
--- a/gtk/CMakeLists.txt
+++ b/gtk/CMakeLists.txt
@@ -34,7 +34,6 @@ set(WIRESHARK_GTK_SRC
color_dlg.c
color_edit_dlg.c
color_utils.c
- conversations_ipv6.c
conversations_table.c
decode_as_ber.c
decode_as_dcerpc.c
@@ -64,7 +63,6 @@ set(WIRESHARK_GTK_SRC
gui_stat_util.c
gui_utils.c
help_dlg.c
- hostlist_ipv6.c
hostlist_table.c
macros_dlg.c
main.c
@@ -131,6 +129,7 @@ set(WIRESHARK_TAP_SRC
conversations_fc.c
conversations_fddi.c
conversations_ip.c
+ conversations_ipv6.c
conversations_ipx.c
conversations_jxta.c
conversations_ncp.c
@@ -158,6 +157,7 @@ set(WIRESHARK_TAP_SRC
hostlist_fc.c
hostlist_fddi.c
hostlist_ip.c
+ hostlist_ipv6.c
hostlist_ipx.c
hostlist_jxta.c
hostlist_ncp.c