mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Add yconf application to mix.exs
This commit is contained in:
parent
0c4818daca
commit
b6f037ced6
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -29,7 +29,7 @@ defmodule Ejabberd.Mixfile do
|
||||||
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
|
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
|
||||||
:fast_tls, :stringprep, :fast_xml, :xmpp, :mqtree,
|
:fast_tls, :stringprep, :fast_xml, :xmpp, :mqtree,
|
||||||
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
|
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
|
||||||
:eimp, :base64url, :jose, :pkix, :os_mon]
|
:eimp, :base64url, :jose, :pkix, :os_mon, :yconf]
|
||||||
++ cond_apps()]
|
++ cond_apps()]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue