mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
initial meshnet mode
This commit is contained in:
parent
0c46993baa
commit
4cf4436169
4 changed files with 29 additions and 8 deletions
5
Makefile
5
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue