aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2020-08-24 13:42:39 +0200
committerTimo Weingärtner <timo@tiwe.de>2020-08-24 13:42:39 +0200
commit013ca71f8e07f462266f5c795930739b37c6d5fb (patch)
tree147d4e0e968b5dd293e9705f5048b73435c3e681 /Makefile
parentf8351aef302fa2da6183096fdf0013b2f29900ae (diff)
downloadssh-agent-filter-013ca71f8e07f462266f5c795930739b37c6d5fb.tar.gz
use C++17 std::filesystem instead of boost
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fbf4e1..cd27012 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ CXXFLAGS ?= -g -O2 -Wall -Wold-style-cast
CPPFLAGS += -D_FILE_OFFSET_BITS=64
CXXFLAGS += -std=c++17
-LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle -lpthread
+LDLIBS = -lstdc++ -lboost_program_options -lboost_iostreams -lnettle -lpthread
all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1