mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-16 02:18:27 -07:00
10 lines
205 B
Makefile
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
|