From 4bf8e2c1fd0310e5c99705aa4d239615cc477b38 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 25 Feb 2015 14:47:56 +0100 Subject: Extend 'modules' and 'applications' in application resource file. This might fix a weird error function_clause crash in ct/v1/add-chain. 'applications' might still not be complete. --- ebin/catlfish.app | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ebin') diff --git a/ebin/catlfish.app b/ebin/catlfish.app index d8b2acc..d97e1be 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -7,6 +7,6 @@ {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, {vsn, "0.2.0-dev"}, - {modules, [v1, catlfish_app]}, - {applications, [kernel, stdlib, plop, inets, lager, mochiweb, idna]}, + {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]}, + {applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]}, {mod, {catlfish_app, []}}]}. -- cgit v1.1