Skip to content

Commit

Permalink
include and run mongooseim app instead of mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwski committed Mar 31, 2015
1 parent dd93f54 commit 9247576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rel/reltool.config.script
Expand Up @@ -60,15 +60,15 @@ IncludeApps = lists:map(fun(App) -> {app, App, [{incl_cond, include}]} end, Apps
[{sys, [
{lib_dirs, ["../apps", "../deps"]},
{incl_cond, exclude},
{rel, "mongooseim", "", [mongoose | AppsToRun]},
{rel, "mongooseim", "", [mongooseim | AppsToRun]},
{rel, "start_clean", "", [kernel,stdlib]},
{boot_rel, "mongooseim"},
{profile, embedded},
{excl_archive_filters, [".*"]}, % do no archive built libs
{excl_sys_filters, ["^bin/.*",
"^erts.*/bin/(dialyzer|typer)"]},

{app, mongoose, [{incl_cond, include}, {lib_dir, ".."}]}
{app, mongooseim, [{incl_cond, include}, {lib_dir, ".."}]}
] ++ IncludeApps},


Expand Down

0 comments on commit 9247576

Please sign in to comment.