mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-02-02 11:04:00 +01:00
correct path to i2pd
This commit is contained in:
parent
18f7221980
commit
8c0f07221a
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CXXFLAGS = -g -Wall -std=c++11
|
CXXFLAGS = -g -Wall -std=c++11
|
||||||
OBJECTS = keygen.o
|
OBJECTS = keygen.o
|
||||||
INCFLAGS = -I"../i2pd"
|
INCFLAGS = -I"i2pd"
|
||||||
LDFLAGS = -Wl,-rpath,/usr/local/lib
|
LDFLAGS = -Wl,-rpath,/usr/local/lib
|
||||||
LIBS = ../i2pd/libi2pd.a -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lssl -lcrypto -lpthread -lrt -lz
|
LIBS = ../i2pd/libi2pd.a -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lssl -lcrypto -lpthread -lrt -lz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue