From: Evgeny Khramtsov Date: Mon, 17 Jun 2019 16:19:27 +0000 (+0300) Subject: Add yconf application to mix.exs X-Git-Tag: 19.08~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6f037ced6f4fde41d2f22d935ecf499f1f494dd;p=ejabberd Add yconf application to mix.exs --- diff --git a/mix.exs b/mix.exs index 1f40302ba..50aa19c9d 100644 --- a/mix.exs +++ b/mix.exs @@ -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