mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Let ext_mod be aware of p1_utils includes
This commit is contained in:
parent
36e3f4bc2a
commit
0567d528c6
@ -542,7 +542,7 @@ compile_result(Results) ->
|
|||||||
compile_options() ->
|
compile_options() ->
|
||||||
[verbose, report_errors, report_warnings]
|
[verbose, report_errors, report_warnings]
|
||||||
++ [{i, filename:join(app_dir(App), "include")}
|
++ [{i, filename:join(app_dir(App), "include")}
|
||||||
|| App <- [fast_xml, xmpp, ejabberd]].
|
|| App <- [fast_xml, xmpp, p1_utils, ejabberd]].
|
||||||
|
|
||||||
app_dir(App) ->
|
app_dir(App) ->
|
||||||
case code:lib_dir(App) of
|
case code:lib_dir(App) of
|
||||||
|
Loading…
Reference in New Issue
Block a user