]> granicus.if.org Git - ejabberd/commitdiff
Let ext_mod be aware of p1_utils includes
authorChristophe Romain <christophe.romain@process-one.net>
Fri, 7 Apr 2017 10:51:43 +0000 (12:51 +0200)
committerChristophe Romain <christophe.romain@process-one.net>
Fri, 7 Apr 2017 10:51:43 +0000 (12:51 +0200)
src/ext_mod.erl

index fe68136325acb2eaa5efcb0244f6c986592b53c3..5954fe5b1de932db3a31ff2b131a3287dfdd6bcf 100644 (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