summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
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]}.