From d3e57c0113dfe1c722b6afcc11fed272a2338116 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Thu, 12 Aug 2010 12:06:39 -0400 Subject: add chttpd to build system and update reltool.config --- rebar.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rebar.config') 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]}. -- cgit v1.2.3