Skip to content

Commit

Permalink
Merge pull request erlang-lager#42 from bjnortier/reltool_app_deps
Browse files Browse the repository at this point in the history
Add compiler and syntax_tools as dependencies
  • Loading branch information
Vagabond committed Feb 24, 2012
2 parents 09ecad6 + 76fef99 commit b46e377
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lager.app.src
Expand Up @@ -7,7 +7,9 @@
{modules, []},
{applications, [
kernel,
stdlib
stdlib,
compiler,
syntax_tools
]},
{registered, []},
{mod, {lager_app, []}},
Expand Down

0 comments on commit b46e377

Please sign in to comment.