summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2015-08-21 22:38:13 +0200
committerLinus Nordberg <linus@nordu.net>2015-08-21 22:38:13 +0200
commit6059a954b88317e4044ccada1a040a2c29863440 (patch)
treec1259133955c9bef6ce89ac4b9f5093086709b08 /ebin
parent6d8128b5c1083d65082b6b2b945bf229484ec5a3 (diff)
Try adding tlv to list of plop modules to fix escript trouble.
catlfish/verificert.erl can't find tlv:decodelist/1.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/plop.app b/ebin/plop.app
index a614d5a..7b13b24 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -6,7 +6,7 @@
{application, plop,
[{description, "The plop store"},
{vsn, "0.8.0-dev"},
- {modules, [plop_app, plop_sup, plop, db, ht, hex]},
+ {modules, [plop_app, plop_sup, plop, db, ht, hex, tlv]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},
{mod, {plop_app, []}}