aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/CMakeLists.txt
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-06-19 21:41:35 -0700
committerEvan Huus <eapache@gmail.com>2014-06-20 05:33:04 +0000
commit980f5f6711ae5642adc509d9a8ee81d188f3a431 (patch)
treef4156d2827cd82a2812aadb2337fcd144a3bf5b5 /asn1/CMakeLists.txt
parent45608810709251652104e32b3fd8065b0d50d0aa (diff)
batch of tvb-length conversions
Change-Id: I5e40df8af6841e3dad71c41d7e43c7971611b15f Reviewed-on: https://code.wireshark.org/review/2473 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'asn1/CMakeLists.txt')
-rw-r--r--asn1/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/asn1/CMakeLists.txt b/asn1/CMakeLists.txt
index 5eba0d44d6..216c22a4ab 100644
--- a/asn1/CMakeLists.txt
+++ b/asn1/CMakeLists.txt
@@ -64,6 +64,7 @@ set(ASN1_SRC_DIRS
ilp
inap
isdn-sup
+ kerberos
lcsap
ldap
logotypecertextn
@@ -126,8 +127,6 @@ set(ASN1_SRC_DIRS
)
set( BROKEN_ASN1_SRC_DIRS
- # Kerberos is a handwritten dissector, don't replace
- kerberos
# x721 does not build
x721
)