diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 02:30:10 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 02:30:10 -0400 |
commit | 80a42af43128e6750407952938d722a3ce4c1c99 (patch) | |
tree | 2893f7e53875d2ec396b8035b690ae367c06897b /apps | |
parent | cd2de5c1d802f6ef2122822d0294f2263d57d0ac (diff) |
add rexi/fabric/mem3 to build, specify lib_dirs in top-level config
Diffstat (limited to 'apps')
-rw-r--r-- | apps/couch/rebar.config | 1 |
1 files changed, 0 insertions, 1 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, ["../"]}. |