summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-17 10:42:32 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-17 10:42:32 -0700
commita13f4d8353cf6a7f612333f00282b27cfe2ce9b3 (patch)
tree524e028827b55e906672e88c074d3f8350409824 /make-linux.mk
parentcc808cc2dd4bdcbd838857e4eefc2d69886d9982 (diff)
downloadinfinitytier-a13f4d8353cf6a7f612333f00282b27cfe2ce9b3.tar.gz
infinitytier-a13f4d8353cf6a7f612333f00282b27cfe2ce9b3.zip
We now always build the controller in ZeroTier One, at least for desktop and server targets. Also means that ZeroTier One now requires C++11. (Still keeping C++11 out of the core in node/ though.)
Diffstat (limited to 'make-linux.mk')
-rw-r--r--make-linux.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/make-linux.mk b/make-linux.mk
index acc22a63..d0d206a1 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -82,12 +82,6 @@ ifeq ($(ZT_USE_MINIUPNPC),1)
endif
endif
-ifeq ($(ZT_ENABLE_NETWORK_CONTROLLER),1)
- DEFS+=-DZT_ENABLE_NETWORK_CONTROLLER
- LDLIBS+=-L/usr/local/lib -lsqlite3
- OBJS+=controller/SqliteNetworkController.o
-endif
-
ifeq ($(ZT_ENABLE_CLUSTER),1)
DEFS+=-DZT_ENABLE_CLUSTER
endif