From 4745ae86892cc74bfe280b4c7ee4bc3008034cc1 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sat, 18 May 2013 17:48:50 +0000 Subject: [PATCH] Revert r49406: it's not ready for prime time yet svn path=/trunk/; revision=49410 --- asn1/CMakeLists.txt | 3 ++- asn1/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 2 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 ) diff --git a/asn1/Makefile.am b/asn1/Makefile.am index 2ecfb04013..4a48292a2b 100644 --- a/asn1/Makefile.am +++ b/asn1/Makefile.am @@ -64,7 +64,6 @@ SUBDIRS = \ idmp \ inap \ isdn-sup \ - kerberos \ lcsap \ ldap \ logotypecertextn \ @@ -127,6 +126,7 @@ SUBDIRS = \ # kerberos is a handwritten dissector, don't replace # x721 doesn't build DONT_BUILD_SUBDIRS = \ + kerberos \ x721 DIST_SUBDIRS = $(SUBDIRS) $(DONT_BUILD_SUBDIRS)