diff options
author | Dan Gudmundsson <[email protected]> | 2012-03-21 15:41:58 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2012-03-21 15:41:58 +0100 |
commit | a4cbcb1ecab9d6ac50488fb00c975c521870bfea (patch) | |
tree | 2ff17f20a1358e74d653b6f9b84b7e6ed3f80041 /lib/eldap/src/Makefile | |
parent | f562e0fc077e546c2b905a7469999fc8419a0aec (diff) | |
download | otp-a4cbcb1ecab9d6ac50488fb00c975c521870bfea.tar.gz otp-a4cbcb1ecab9d6ac50488fb00c975c521870bfea.tar.bz2 otp-a4cbcb1ecab9d6ac50488fb00c975c521870bfea.zip |
[eldap] Remove broken functionality
eldap_fsm is broken so we have decided not support that at the moment.
Which makes eldap_sup and eldap_app unused and thus they are removed to.
Diffstat (limited to 'lib/eldap/src/Makefile')
-rw-r--r-- | lib/eldap/src/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/eldap/src/Makefile b/lib/eldap/src/Makefile index a3a818f09e..411f2ebc0e 100644 --- a/lib/eldap/src/Makefile +++ b/lib/eldap/src/Makefile @@ -35,11 +35,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/eldap-$(ELDAP_VSN) # Target Specs # ---------------------------------------------------- -MODULES= \ - eldap_app \ - eldap \ - eldap_fsm \ - eldap_sup +MODULES= eldap ASN1_FILES = ELDAPv3.asn1 ASN1_HRL = $(EBIN)/$(ASN1_FILES:%.asn1=%.hrl) |