Add yconf application to mix.exs

This commit is contained in:
Evgeny Khramtsov 2019-06-17 19:19:27 +03:00
parent 0c4818daca
commit b6f037ced6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ defmodule Ejabberd.Mixfile do
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
:fast_tls, :stringprep, :fast_xml, :xmpp, :mqtree,
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
:eimp, :base64url, :jose, :pkix, :os_mon]
:eimp, :base64url, :jose, :pkix, :os_mon, :yconf]
++ cond_apps()]
end