From a595932283a3f3bf002eff5bf044762b78cab5f0 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 26 Apr 2020 19:52:44 +0200 Subject: crypt(3) http auth pws --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c692bf0..17ae99c 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,10 @@ CXXTESTFLAGS=-Igoogletest/include -Igooglemock/include/ -Igoogletest -Igooglemoc LIBS=\ -lboost_context \ --lboost_system \ -lboost_filesystem \ +-lboost_timer \ +-lboost_system \ +-lcrypt \ -lpthread \ -lssl -lcrypto \ -ldl @@ -63,6 +65,7 @@ LIBS+= \ endif PROGSRC=\ + auth.cpp \ base64.cpp \ config.cpp \ file.cpp \ -- cgit v1.2.3