From cd47ddd539582e8bc0cd143ff29fdfca5d300a5a Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 28 Jun 2016 07:57:48 -0400 Subject: [PATCH] default to USE_MESHNET=yes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f6cd8f0..025dbbcc 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include filelist.mk USE_AESNI := yes USE_STATIC := no -USE_MESHNET := no +USE_MESHNET := yes ifeq ($(UNAME),Darwin) DAEMON_SRC += DaemonLinux.cpp