summaryrefslogtreecommitdiff
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
parentcd2de5c1d802f6ef2122822d0294f2263d57d0ac (diff)
add rexi/fabric/mem3 to build, specify lib_dirs in top-level config
-rw-r--r--apps/couch/rebar.config1
-rw-r--r--rebar.config8
2 files changed, 6 insertions, 3 deletions
diff --git a/apps/couch/rebar.config b/apps/couch/rebar.config
index 787e0337..9f34967d 100644
--- a/apps/couch/rebar.config
+++ b/apps/couch/rebar.config
@@ -4,4 +4,3 @@
{"DRV_LDFLAGS", "$DRV_LDFLAGS -lm -licuuc -licudata -licui18n -lpthread"},
{"linux", "DRV_LDFLAGS", "$DRV_LDFLAGS -lcrypt"}
]}.
-{lib_dirs, ["../"]}.
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"]}.