mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Let ext_mod be aware of p1_utils includes
This commit is contained in:
parent
36e3f4bc2a
commit
0567d528c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue