summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-23 12:06:50 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-23 12:06:50 -0700
commit01c592776b44c67522b0f7c370a7568f4c8d427f (patch)
treebeb37521dc5517887ac0fedc39a5fae7c031002d /rebar.config
parent2d720f075a4927ec9eb03ba343587edad56fe510 (diff)
downloadrvi_core-01c592776b44c67522b0f7c370a7568f4c8d427f.tar.gz
Make sure rvi_common compiles first so that include_lib on rvi_common.hrl works
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index ab5aa52..ccdb50f 100644
--- a/rebar.config
+++ b/rebar.config
@@ -6,10 +6,10 @@
{erl_opts, [debug_info]}.
{lib_dirs, [ "deps", "components" ]}.
{sub_dirs, ["rel",
+ "components/rvi_common",
"components/authorize",
"components/data_link_bert_rpc",
"components/protocol",
- "components/rvi_common",
"components/schedule",
"components/service_discovery/",
"components/service_edge"