diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |