add mariadbsink
This commit is contained in:
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ VERSION:=$(shell cat VERSION)
|
||||
.PHONY: all
|
||||
all: mqttauditing
|
||||
|
||||
mqttauditing: mqttauditing.o mqttreceiver.o mqtttopicmatcher.o sink.o logging.o ringbuffer.o version.o
|
||||
mqttauditing: mqttauditing.o mqttreceiver.o mqtttopicmatcher.o sink.o mariadbsink.o logging.o ringbuffer.o version.o
|
||||
$(CC) -o $@ $(LDFLAGS) $^
|
||||
|
||||
tests: tests.o ringbuffer.o mqtttopicmatcher.o
|
||||
|
Reference in New Issue
Block a user