PLUGIN_NAME = sso
PLUGIN_PATH = easydb-sso-plugin

INSTALL_FILES = \
	$(WEB)/l10n/cultures.json \
	$(WEB)/l10n/de-DE.json \
	$(WEB)/l10n/en-US.json \
	$(WEB)/l10n/es-ES.json \
	$(WEB)/l10n/it-IT.json \
	$(WEB)/l10n/da-DK.json \
	$(WEB)/l10n/fi-FI.json \
	$(WEB)/l10n/sv-SE.json \
	$(WEB)/l10n/ru-RU.json \
	$(WEB)/l10n/pl-PL.json \
	$(WEB)/l10n/cs-CZ.json \
	sso.py \
	manifest.yml

L10N_FILES = l10n/sso.csv
L10N_GOOGLE_KEY = 1glXObMmIUd0uXxdFdiPWRZPLCx6qEUaxDfNnmttave4
L10N_GOOGLE_GID = 123059765

all: build

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

build: code buildinfojson

code: $(L10N)

clean: clean-base

wipe: wipe-base
