From b6f037ced6f4fde41d2f22d935ecf499f1f494dd Mon Sep 17 00:00:00 2001 From: Evgeny Khramtsov Date: Mon, 17 Jun 2019 19:19:27 +0300 Subject: [PATCH] Add yconf application to mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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