Compile mod_push early as it defines behaviour

This commit is contained in:
Paweł Chmielowski 2017-08-07 09:32:41 +02:00 committed by Paweł Chmielowski
parent 2bceebc39d
commit 25af3fb029
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
ezlib,
iconv]}}.
{erl_first_files, ["src/ejabberd_config.erl", "src/gen_mod.erl", "src/mod_muc_room.erl"]}.
{erl_first_files, ["src/ejabberd_config.erl", "src/gen_mod.erl", "src/mod_muc_room.erl", "src/mod_push.erl"]}.
{erl_opts, [nowarn_deprecated_function,
{i, "include"},