summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-12 02:30:10 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 02:30:10 -0400
commit80a42af43128e6750407952938d722a3ce4c1c99 (patch)
tree2893f7e53875d2ec396b8035b690ae367c06897b /rebar.config
parentcd2de5c1d802f6ef2122822d0294f2263d57d0ac (diff)
add rexi/fabric/mem3 to build, specify lib_dirs in top-level config
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config8
1 files changed, 6 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index f72523b2..7664441b 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,9 +1,13 @@
{sub_dirs, [
+ "apps/ibrowse",
"apps/couch",
"apps/etap",
- "apps/ibrowse",
+ "apps/fabric",
+ "apps/mem3",
"apps/mochiweb",
"apps/oauth",
+ "apps/rexi"
"rel"
]}.
-{erl_opts, [debug_info]}. \ No newline at end of file
+{erl_opts, [debug_info]}.
+{lib_dirs, ["apps"]}.