diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 8 |
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"]}. |