summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-12 12:06:39 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-18 14:24:56 -0400
commitd3e57c0113dfe1c722b6afcc11fed272a2338116 (patch)
treeb24ad9a9baa4ff87fffb6897f44d40ef3ffe8454 /rebar.config
parent89affb0a7cb9769641ed2cdd45544b26748ca93e (diff)
add chttpd to build system and update reltool.config
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 7664441b..ea77f778 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,12 +1,13 @@
{sub_dirs, [
"apps/ibrowse",
"apps/couch",
+ "apps/chttpd",
"apps/etap",
"apps/fabric",
"apps/mem3",
"apps/mochiweb",
"apps/oauth",
- "apps/rexi"
+ "apps/rexi",
"rel"
]}.
{erl_opts, [debug_info]}.