Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-06-17 19:19:27 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-06-17 19:19:27 +0300
commitb6f037ced6f4fde41d2f22d935ecf499f1f494dd (patch)
tree92d9163d26d47a0f8a23b40f28d73c7e775f9346 /mix.exs
parent0c4818dacad3b9803b0bb1edbfa90f29abdf5864 (diff)
Add yconf application to mix.exs
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
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