summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-03-12 14:03:53 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-03-12 14:03:53 -0700
commit31bf0a4ea69a4ad0f7adaf58f1dad077d3dac953 (patch)
tree107fe41c25419a811feadf1fc7842534dc24f184 /make-mac.mk
parentfab951e98ab576c473f6f0450af2c842b5015478 (diff)
downloadinfinitytier-31bf0a4ea69a4ad0f7adaf58f1dad077d3dac953.tar.gz
infinitytier-31bf0a4ea69a4ad0f7adaf58f1dad077d3dac953.zip
Netconf build fixes, schema, etc.
Diffstat (limited to 'make-mac.mk')
-rw-r--r--make-mac.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/make-mac.mk b/make-mac.mk
index fd2622de..bdacae79 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -29,8 +29,9 @@ endif
# Build with ZT_ENABLE_NETCONF_MASTER=1 to build with NetworkConfigMaster enabled
ifeq ($(ZT_ENABLE_NETCONF_MASTER),1)
DEFS+=-DZT_ENABLE_NETCONF_MASTER
- LIBS+=-L/usr/local/lib -lhiredis
+ LIBS+=-L/usr/local/lib -lsqlite3
ARCH_FLAGS=-arch x86_64
+ OBJS+=netconf/SqliteNetworkConfigMaster.o
endif
# Enable SSE-optimized Salsa20 -- all Intel macs support SSE2