add plain_fsm app in the 'applications' section of .app.src #30
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [
|
{applications, [
|
||||||
kernel,
|
kernel,
|
||||||
stdlib
|
stdlib,
|
||||||
|
plain_fsm
|
||||||
]},
|
]},
|
||||||
{mod, {hanoidb_app, []}},
|
{mod, {hanoidb_app, []}},
|
||||||
{env, []}
|
{env, []}
|
||||||
|
|
Loading…
Reference in a new issue