From e83ae9e46177c01d72a173a9fbe159588ce07a8f Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 3 Feb 2016 11:31:23 +0100 Subject: [PATCH] Proper name for included applications --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1052e4c28..0164649e7 100644 --- a/mix.exs +++ b/mix.exs @@ -26,7 +26,7 @@ defmodule Ejabberd.Mixfile do applications: [:ssl], included_applications: [:lager, :mnesia, :p1_utils, :cache_tab, :p1_tls, :stringprep, :p1_xml, - :p1_stun, :p1_yaml, :p1_zlib, :p1_iconv, + :stun, :yaml, :p1_zlib, :iconv, :esip, :jiffy, :oauth2, :xmlrpc, :eredis, :p1_mysql, :p1_pgsql, :sqlite3]] end