diff options
author | Björn Gustavsson <[email protected]> | 2012-05-04 11:51:56 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-06-12 12:09:29 +0200 |
commit | d8cf532d04a5f588e19806767090ebb731af80bb (patch) | |
tree | 2c938c3f9ffedaf3d26efcf5b42f28486b886581 /lib/Makefile | |
parent | 1fc1233587a00b318ce15fd520b057dee726a7fc (diff) | |
download | otp-d8cf532d04a5f588e19806767090ebb731af80bb.tar.gz otp-d8cf532d04a5f588e19806767090ebb731af80bb.tar.bz2 otp-d8cf532d04a5f588e19806767090ebb731af80bb.zip |
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))) |