Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Add the appmon application (and its dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcs42 committed Sep 25, 2013
1 parent a2ad007 commit cd560cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rel/reltool.config
Expand Up @@ -7,6 +7,7 @@
kernel,
stdlib,
sasl,
runtime_tools,
crypto,
mimetypes,
ranch,
Expand All @@ -28,6 +29,9 @@
{app, sasl, [{incl_cond, include}]},
{app, stdlib, [{incl_cond, include}]},
{app, kernel, [{incl_cond, include}]},
{app, gs, [{incl_cond, include}]},
{app, runtime_tools, [{incl_cond, include}]},
{app, appmon, [{incl_cond, include}]},
{app, crypto, [{incl_cond, include}]},
{app, mimetypes, [{incl_cond, include}]},
{app, ranch, [{incl_cond, include}]},
Expand Down

0 comments on commit cd560cf

Please sign in to comment.