diff options
author | Björn Gustavsson <[email protected]> | 2012-06-18 16:14:45 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-06-18 16:14:45 +0200 |
commit | c2388ad41790c266b0e78724b95ec92d2951b43a (patch) | |
tree | 9bf83cf84559c38a888a1f6eeb80cef3862991f2 /lib/Makefile | |
parent | d71e414b273e3543e968fa432b5cf489eddd872e (diff) | |
parent | d8cf532d04a5f588e19806767090ebb731af80bb (diff) | |
download | otp-c2388ad41790c266b0e78724b95ec92d2951b43a.tar.gz otp-c2388ad41790c266b0e78724b95ec92d2951b43a.tar.bz2 otp-c2388ad41790c266b0e78724b95ec92d2951b43a.zip |
Merge branch 'bjorn/inviso/remove/OTP-10117'
* bjorn/inviso/remove/OTP-10117:
Remove the deprecated inviso application
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 3753bd165b..64b17a3cca 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -30,7 +30,7 @@ ifdef BUILD_ALL diameter \ cosTransactions cosEvent cosTime cosNotification \ cosProperty cosFileTransfer cosEventDomain et megaco webtool \ - xmerl edoc eunit ssh inviso typer erl_docgen \ + xmerl edoc eunit ssh typer erl_docgen \ percept eldap dialyzer hipe EXTRA_FILE := $(wildcard EXTRA-APPLICATIONS) EXTRA_APPLICATIONS := $(if $(EXTRA_FILE),$(shell cat $(EXTRA_FILE))) |