summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-26 19:52:44 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-26 19:52:44 +0200
commita595932283a3f3bf002eff5bf044762b78cab5f0 (patch)
tree790ba05f95b3fd3d6790f8132f9f6f95f908f18a /Makefile
parentc73f913844f6aed9e740780f8a6732477fa3d680 (diff)
crypt(3) http auth pws
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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 \