summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-01 18:00:34 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-01 18:00:34 +0200
commit835638e11919d2012ab74bf5e3185732e604d0ff (patch)
tree5b317186a9f042a387060e2ccbdab693ad99146f
parent45af3bf634d8c87d6ef162e1d25ad960b3c7c659 (diff)
Add mnesia to 'applications'.
Because that's what others do. Not that it helps getting mnesia _started_. Hmm.
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/plop.app b/ebin/plop.app
index f8d5d2c..55d5648 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -3,7 +3,7 @@
[{description, "The plop store"},
{vsn, "0.0.1"},
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
- {applications, [kernel, stdlib]}, % crypto, public_key, mnesia
+ {applications, [kernel, stdlib, mnesia]}, % crypto, public_key, mnesia
{registered, [plop, db]},
{mod, {plop_app, []}} % <-- key file and pass phrase
]}.