Skip to content

Commit

Permalink
Revert r49406: it's not ready for prime time yet
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=49410
  • Loading branch information
pquantin committed May 18, 2013
1 parent 2592079 commit 4745ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion asn1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ set(ASN1_SRC_DIRS
idmp
inap
isdn-sup
kerberos
lcsap
ldap
logotypecertextn
Expand Down Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion asn1/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ SUBDIRS = \
idmp \
inap \
isdn-sup \
kerberos \
lcsap \
ldap \
logotypecertextn \
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 4745ae8

Please sign in to comment.