]> granicus.if.org Git - ejabberd/commitdiff
Add mqtree in included_applications
authorChristophe Romain <christophe.romain@process-one.net>
Wed, 27 Feb 2019 13:35:07 +0000 (14:35 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Wed, 27 Feb 2019 13:35:07 +0000 (14:35 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index 7bffb55e57d165560c66c99614cbaa4a4a41a9e0..4b732334e4c00a8f71b6273e0a01b337d06791f4 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -27,7 +27,7 @@ defmodule Ejabberd.Mixfile do
     [mod: {:ejabberd_app, []},
      applications: [:kernel, :stdlib, :sasl, :ssl],
      included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
-                             :fast_tls, :stringprep, :fast_xml, :xmpp,
+                             :fast_tls, :stringprep, :fast_xml, :xmpp, :mqtree,
                              :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
                              :eimp, :base64url, :jose, :pkix, :os_mon]
      ++ cond_apps()]