aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-09-07 13:03:05 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-09-07 13:03:05 +0000
commit1b675d66561675a129725b7b588fc50b16d02a46 (patch)
treea55d85da9c300cae643986bdf258460f306fc724 /epan/CMakeLists.txt
parent21beb9c066e6258127fb371108c51c5cc17ace66 (diff)
Add ftype-ipv6.c
svn path=/trunk/; revision=38918
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index fb40a74909..66cdf3d229 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -1168,6 +1168,7 @@ set(FTYPE_FILES
ftypes/ftype-double.c
ftypes/ftype-integer.c
ftypes/ftype-ipv4.c
+ ftypes/ftype-ipv6.c
ftypes/ftype-guid.c
ftypes/ftype-none.c
ftypes/ftype-pcre.c