Merge pull request #30 from brigadier/patch-2
add plain_fsm app in the 'applications' section of .app.src
This commit is contained in:
commit
ea88b32d4e
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