]> granicus.if.org Git - ejabberd/commitdiff
Add yconf application to mix.exs
authorEvgeny Khramtsov <ekhramtsov@process-one.net>
Mon, 17 Jun 2019 16:19:27 +0000 (19:19 +0300)
committerEvgeny Khramtsov <ekhramtsov@process-one.net>
Mon, 17 Jun 2019 16:19:27 +0000 (19:19 +0300)
mix.exs

diff --git a/mix.exs b/mix.exs
index 1f40302ba86ad2b460751a16371fb3d99709bb15..50aa19c9d1253779a861bc3162b5b9ae28edd0cf 100644 (file)
--- 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