mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-04-15 15:22:11 +02:00
16 lines
219 B
Makefile
16 lines
219 B
Makefile
R=../../..
|
|
include ${R}/config.mk
|
|
|
|
PLUGIN_NAME=mosquitto_auth_by_env
|
|
LOCAL_CFLAGS+=
|
|
LOCAL_CPPFLAGS+=
|
|
LOCAL_LDFLAGS+=
|
|
LOCAL_LIBADD+=
|
|
|
|
all : binary
|
|
|
|
OBJS:=${PLUGIN_NAME}.o
|
|
|
|
PLUGIN_NOINST:=1
|
|
include ${R}/plugins/plugin.mk
|