recorder/config.mk.in
2015-09-10 12:17:14 +02:00

10 lines
205 B
Makefile

# Select features
HAVE_HTTP ?= yes
HAVE_LMDB ?= yes
STORAGEDEFAULT = "./store"
# Optionally specify the path to the Mosquitto libs, include here
MOSQUITTO_INC = -I/usr/include
MOSQUITTO_LIB = -L/usr/lib