summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2015-07-13 16:40:09 +0100
committerRobert Newson <rnewson@apache.org>2015-07-13 16:40:09 +0100
commitccf95f1eba09024a9c4303f633de83dece85d2a5 (patch)
treee1345ab7d4d8af17fadc48891dc0a05ea611507e
parent8059f09dc0fedfdd0821b860448b52cb23038e29 (diff)
downloadcouchdb-ccf95f1eba09024a9c4303f633de83dece85d2a5.tar.gz
add couch_epi to reltool.config
-rw-r--r--rel/reltool.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/rel/reltool.config b/rel/reltool.config
index 0929109be..f246da9d6 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -33,6 +33,7 @@
chttpd,
config,
couch,
+ couch_epi,
couch_index,
couch_log,
couch_mrview,
@@ -87,6 +88,7 @@
{app, chttpd, [{incl_cond, include}]},
{app, config, [{incl_cond, include}]},
{app, couch, [{incl_cond, include}]},
+ {app, couch_epi, [{incl_cond, include}]},
{app, couch_index, [{incl_cond, include}]},
{app, couch_log, [{incl_cond, include}]},
{app, couch_mrview, [{incl_cond, include}]},