summaryrefslogtreecommitdiff
path: root/reltool.config
diff options
context:
space:
mode:
Diffstat (limited to 'reltool.config')
-rw-r--r--reltool.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/reltool.config b/reltool.config
index 759d67b..2de8936 100644
--- a/reltool.config
+++ b/reltool.config
@@ -4,14 +4,16 @@
{app_file, strip},
{rel, "catlfish", "1.0.1-alpha-dev", [sasl, catlfish]},
{rel, "merge", "1.0.1-alpha-dev", [sasl, merge]},
+ {rel, "statsserver", "1.0.1-alpha-dev", [sasl, statsserver]},
{boot_rel, "catlfish"},
{profile, standalone},
{incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]},
- {incl_app_filters, ["^ebin/", "^priv/", "^src/", "^merge/ebin/", "^merge/src/"]},
+ {incl_app_filters, ["^ebin/", "^priv/", "^src/", "^merge/ebin/", "^merge/src/", "^statsserver/ebin/", "^statsserver/src/"]},
{escript, "./verifycert.erl", [{incl_cond, include}]},
{app, catlfish, [{app_file, all}, {lib_dir, "."}]},
{app, plop, [{app_file, all}, {lib_dir, "../plop"}]},
{app, merge, [{app_file, all}, {lib_dir, "../plop/merge"}]},
+ {app, statsserver, [{app_file, all}, {lib_dir, "../plop/statsserver"}]},
{app, mochiweb, [{app_file, all}, {lib_dir, "../mochiweb"}]},
{app, idna, [{app_file, all}, {lib_dir, "../hackney/deps/idna"}]},
{app, hackney, [{app_file, all}, {lib_dir, "../hackney"}]},