mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Add missing application building with mix
This commit is contained in:
parent
56241feb58
commit
6bdf29676c
4
mix.exs
4
mix.exs
@ -25,10 +25,10 @@ defmodule Ejabberd.Mixfile do
|
|||||||
|
|
||||||
def application do
|
def application do
|
||||||
[mod: {:ejabberd_app, []},
|
[mod: {:ejabberd_app, []},
|
||||||
applications: [:ssl],
|
applications: [:ssl, :os_mon],
|
||||||
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
|
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
|
||||||
:fast_tls, :stringprep, :fast_xml, :xmpp,
|
:fast_tls, :stringprep, :fast_xml, :xmpp,
|
||||||
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2]
|
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2, :fs]
|
||||||
++ cond_apps()]
|
++ cond_apps()]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user