diff options
author | Dan Gudmundsson <[email protected]> | 2013-11-07 16:20:42 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-11-07 16:28:03 +0100 |
commit | f77b4655155009f546e2fc6265ee454d203dfba2 (patch) | |
tree | d4f3bbde6a1ca4a310e1b8bd39abd1c62550cd13 /lib/Makefile | |
parent | cb3e0d1f5bc0036d3770384d5122b477b3ce051d (diff) | |
download | otp-f77b4655155009f546e2fc6265ee454d203dfba2.tar.gz otp-f77b4655155009f546e2fc6265ee454d203dfba2.tar.bz2 otp-f77b4655155009f546e2fc6265ee454d203dfba2.zip |
Remove references to removed applications
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index ec26a01dc6..5128241563 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -28,10 +28,10 @@ ERLANG_APPLICATIONS = tools test_server common_test runtime_tools \ inets xmerl edoc erl_docgen # These are only build if -a is given to otp_build or make is used directly -ALL_ERLANG_APPLICATIONS = snmp otp_mibs appmon erl_interface asn1 jinterface \ +ALL_ERLANG_APPLICATIONS = snmp otp_mibs erl_interface asn1 jinterface \ wx debugger reltool gs \ ic mnesia crypto orber os_mon parsetools syntax_tools \ - pman public_key ssl toolbar tv observer odbc diameter \ + public_key ssl observer odbc diameter \ cosTransactions cosEvent cosTime cosNotification \ cosProperty cosFileTransfer cosEventDomain et megaco webtool \ eunit ssh typer percept eldap dialyzer hipe |