From 76fef99623e732eb32c75ad57164aa220d565122 Mon Sep 17 00:00:00 2001 From: Benjamin Nortier Date: Fri, 24 Feb 2012 18:13:08 +0000 Subject: [PATCH] Add compiler and syntax_tools as dependencies in the application resource file for correct releases using Reltool. --- src/lager.app.src | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lager.app.src b/src/lager.app.src index e3f1fd5..6d310f3 100644 --- a/src/lager.app.src +++ b/src/lager.app.src @@ -7,7 +7,9 @@ {modules, []}, {applications, [ kernel, - stdlib + stdlib, + compiler, + syntax_tools ]}, {registered, []}, {mod, {lager_app, []}},