fix project structure

This commit is contained in:
Feng Lee 2015-06-22 16:45:10 +08:00
parent 27efd4de26
commit af025d5625
2 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,6 @@
{sub_dirs, [
"rel",
"apps/*/",
"plugins/*/"]}.
{deps, [

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
{sys, [
{lib_dirs, ["../apps", "../deps", "../plugins"]},
{lib_dirs, ["../deps"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
{rel, "emqttd", git,
@ -61,7 +61,7 @@
{app, gproc, [{incl_cond, include}]},
{app, esockd, [{mod_cond, app}, {incl_cond, include}]},
{app, mochiweb, [{mod_cond, app}, {incl_cond, include}]},
{app, emqttd, [{mod_cond, app}, {incl_cond, include}]}
{app, emqttd, [{mod_cond, app}, {incl_cond, include}, {lib_dir, ".."}]}
]}.
{target_dir, "emqttd"}.