summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-14 19:29:40 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-14 19:29:40 +0200
commit7b87cf906173011fe98155c403a77d6330fa39af (patch)
treeec213eebff599280c5ba1da72957cd1b31fb9f1c /Makefile
parentdef52539028cb024b4e9e9767796face08d645f6 (diff)
webserver 1.5: Fixed Makefiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index edadb60..45beff4 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ endif
CXXTESTFLAGS=-Igoogletest/include -Igooglemock/include/ -Igoogletest -Igooglemock
LIBS=\
+-lcommon \
-lboost_context \
-lboost_filesystem \
-lboost_timer \
@@ -50,8 +51,7 @@ LIBS=\
-lcrypt \
-lpthread \
-lssl -lcrypto \
--ldl \
--lcommon
+-ldl
#-lboost_coroutine \
#-lboost_program_options \