From 4d868b348cb80ab5591cf0adb5a9fef9a34b06b1 Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 16 Sep 2016 11:52:46 -0400 Subject: [PATCH] correct path to i2pd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 834e778..4837284 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CXXFLAGS = -g -Wall -std=c++11 OBJECTS = keygen.o INCFLAGS = -I"i2pd" 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 all: keygen