aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/CMakeLists.txt
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-05-18 17:48:50 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-05-18 17:48:50 +0000
commit4745ae86892cc74bfe280b4c7ee4bc3008034cc1 (patch)
tree53c4504036f2c061b8f7cdb73327e055ed8a4aa3 /asn1/CMakeLists.txt
parent2592079230fe0a62e5f26e856d498aea3783a0b0 (diff)
Revert r49406: it's not ready for prime time yet
svn path=/trunk/; revision=49410
Diffstat (limited to 'asn1/CMakeLists.txt')
-rw-r--r--asn1/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/CMakeLists.txt b/asn1/CMakeLists.txt
index 6e66aec7d5..048626b18a 100644
--- a/asn1/CMakeLists.txt
+++ b/asn1/CMakeLists.txt
@@ -62,7 +62,6 @@ set(ASN1_SRC_DIRS
idmp
inap
isdn-sup
- kerberos
lcsap
ldap
logotypecertextn
@@ -124,6 +123,8 @@ set(ASN1_SRC_DIRS
)
set( BROKEN_ASN1_SRC_DIRS
+ # Kerberos is a handwritten dissecotr, don't replace
+ kerberos
# x721 does not build
x721
)