Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertwong96 committed Dec 5, 2018
1 parent b1d0b08 commit deb062f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions Makefile
Expand Up @@ -2,19 +2,17 @@ PROJECT = emqx_auth_ldap
PROJECT_DESCRIPTION = EMQ X Authentication/ACL with LDAP
PROJECT_VERSION = 3.0

LOCAL_DEPS = eldap

DEPS = ecpool clique emqx_passwd
DEPS = ecpool clique emqx_passwd eldap2
dep_eldap2 = git-emqx https://github.com/emqx/eldap2 eldap2
dep_ecpool = git-emqx https://github.com/emqx/ecpool master
dep_clique = git-emqx https://github.com/emqx/clique develop
dep_emqx_passwd = git-emqx https://github.com/emqx/emqx-passwd emqx30

BUILD_DEPS = emqx cuttlefish eldap2
BUILD_DEPS = emqx cuttlefish
dep_emqx = git-emqx https://github.com/emqx/emqx emqx30
dep_cuttlefish = git-emqx https://github.com/emqx/cuttlefish v2.1.1
dep_eldap2 = git-emqx https://github.com/emqx/eldap2 eldap2

NO_AUTOPATCH = cuttlefish
NO_AUTOPATCH = cuttlefish eldap2

ERLC_OPTS += +debug_info

Expand Down
4 changes: 2 additions & 2 deletions src/emqx_auth_ldap.app.src
Expand Up @@ -3,6 +3,6 @@
{vsn, "3.0"},
{modules, ['emqx_acl_ldap','emqx_auth_ldap','emqx_auth_ldap_app','emqx_auth_ldap_cfg','emqx_auth_ldap_cli','emqx_auth_ldap_sup']},
{registered, [emqx_auth_ldap_sup]},
{applications, [kernel,stdlib,eldap,ecpool,clique,emqx_passwd]},
{applications, [kernel,stdlib,eldap2,ecpool,clique,emqx_passwd]},
{mod, {emqx_auth_ldap_app, []}}
]}.
]}.

0 comments on commit deb062f

Please sign in to comment.