mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
Move SSU and NTCP to transport/.
This commit is contained in:
parent
e90b0dd54f
commit
18ca8b9b97
28 changed files with 25 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
CXX = clang++
|
||||
CXXFLAGS = -g -Wall -std=c++11 -DCRYPTOPP_DISABLE_ASM -DMAC_OSX
|
||||
#CXXFLAGS = -g -O2 -Wall -std=c++11 -DCRYPTOPP_DISABLE_ASM
|
||||
INCFLAGS = -I/usr/local/include
|
||||
INCFLAGS = -I/usr/local/include -I.
|
||||
LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib
|
||||
LDLIBS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread
|
||||
LDTESTLIBS = -lboost_unit_test_framework
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue