PLUGIN_NAME = ldap
PLUGIN_PATH = easydb-ldap-plugin

INSTALL_FILES = \
	ldap.py \
	manifest.yml

all: build

include ../easydb-library/tools/base-plugins.make

build: code buildinfojson

code:

clean: clean-base

wipe: wipe-base
