Files
mosquitto/plugins/examples/plugin-event-stats/Makefile
2024-03-02 10:35:45 +00:00

16 lines
226 B
Makefile

R=../../..
include ${R}/config.mk
PLUGIN_NAME=mosquitto_plugin_event_stats
LOCAL_CFLAGS+=
LOCAL_CPPFLAGS+=
LOCAL_LDFLAGS+=
LOCAL_LIBADD+=
all : binary
OBJS:=${PLUGIN_NAME}.o
PLUGIN_NOINST:=1
include ${R}/plugins/plugin.mk