Revert r49406: it's not ready for prime time yet

svn path=/trunk/; revision=49410
This commit is contained in:
Pascal Quantin 2013-05-18 17:48:50 +00:00
parent 2592079230
commit 4745ae8689
2 changed files with 3 additions and 2 deletions

View File

@ -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
)

View File

@ -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)