24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

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

View File

@ -76,7 +76,7 @@
ezlib, ezlib,
iconv]}}. 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, {erl_opts, [nowarn_deprecated_function,
{i, "include"}, {i, "include"},