24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Let ext_mod be aware of p1_utils includes

This commit is contained in:
Christophe Romain 2017-04-07 12:51:43 +02:00
parent 36e3f4bc2a
commit 0567d528c6

View File

@ -542,7 +542,7 @@ compile_result(Results) ->
compile_options() ->
[verbose, report_errors, report_warnings]
++ [{i, filename:join(app_dir(App), "include")}
|| App <- [fast_xml, xmpp, ejabberd]].
|| App <- [fast_xml, xmpp, p1_utils, ejabberd]].
app_dir(App) ->
case code:lib_dir(App) of