mosquitto/plugins/examples/delayed-auth/Makefile

16 lines
220 B
Makefile
Raw Normal View History

2022-02-09 15:44:09 +01:00
R=../../..
include ${R}/config.mk
2021-03-25 16:16:39 +01:00
PLUGIN_NAME=mosquitto_delayed_auth
LOCAL_CFLAGS+=
LOCAL_CPPFLAGS+=
LOCAL_LDFLAGS+=
LOCAL_LIBADD+=
2021-03-25 16:16:39 +01:00
all : binary
OBJS:=${PLUGIN_NAME}.o
2021-03-25 16:16:39 +01:00
PLUGIN_NOINST:=1
include ${R}/plugins/plugin.mk