Description: default config with no backends
Author: Adam Majer <adamm@zombino.com>
Last-Update: <2016-01-03>

--- /dev/null
+++ mosquitto-auth-plug-0.0.7/config.mk
@@ -0,0 +1,16 @@
+# Select your backends from this list
+BACKEND_CDB ?= yes
+BACKEND_MYSQL ?= yes
+BACKEND_SQLITE ?= yes
+BACKEND_REDIS ?= yes
+BACKEND_POSTGRES ?= yes
+BACKEND_LDAP ?= yes
+BACKEND_HTTP ?= yes
+BACKEND_MONGO ?= no
+
+# Specify the path to the Mosquitto sources here
+MOSQUITTO_SRC =
+
+# Specify the path the OpenSSL here
+OPENSSLDIR = /usr
+
