mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-07 12:17:41 +08:00
16 lines
226 B
Makefile
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
|