]> granicus.if.org Git - ejabberd/commitdiff
Mix needs include path to p1_utils
authorChristophe Romain <christophe.romain@process-one.net>
Tue, 28 Mar 2017 14:08:10 +0000 (16:08 +0200)
committerChristophe Romain <christophe.romain@process-one.net>
Tue, 28 Mar 2017 14:08:10 +0000 (16:08 +0200)
mix.exs

diff --git a/mix.exs b/mix.exs
index f7c74a4e9ba1ad9f4c067ef7dce736c1e44e54d1..a13d6b782fc5edc1b15a335b188e0caaadfb20ee 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -34,7 +34,7 @@ defmodule Ejabberd.Mixfile do
 
   defp erlc_options do
     # Use our own includes + includes from all dependencies
-    includes = ["include"] ++ deps_include(["fast_xml", "xmpp"])
+    includes = ["include"] ++ deps_include(["fast_xml", "xmpp", "p1_utils"])
     [:debug_info, {:d, :ELIXIR_ENABLED}] ++ Enum.map(includes, fn(path) -> {:i, path} end)
   end