initial meshnet mode

This commit is contained in:
Jeff Becker 2016-06-27 09:47:53 -04:00
parent 0c46993baa
commit 4cf4436169
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
4 changed files with 29 additions and 8 deletions

View file

@ -11,6 +11,7 @@ include filelist.mk
USE_AESNI := yes
USE_STATIC := no
USE_MESHNET := yes
ifeq ($(UNAME),Darwin)
DAEMON_SRC += DaemonLinux.cpp
@ -30,6 +31,10 @@ else # win32 mingw
include Makefile.mingw
endif
ifeq ($(USE_MESHNET),yes)
CXXFLAGS += -DMESHNET
endif
all: mk_obj_dir $(ARLIB) $(ARLIB_CLIENT) $(I2PD)
mk_obj_dir: