summaryrefslogtreecommitdiffhomepage
path: root/plugins/webbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/webbox/Makefile')
-rw-r--r--plugins/webbox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/webbox/Makefile b/plugins/webbox/Makefile
index 4794e72..34f253b 100644
--- a/plugins/webbox/Makefile
+++ b/plugins/webbox/Makefile
@@ -31,6 +31,7 @@ endif
CXXTESTFLAGS=-Igoogletest/include -Igooglemock/include/ -Igoogletest -Igooglemock
LIBS=\
+-lcommon \
-lboost_context \
-lboost_coroutine \
-lboost_program_options \
@@ -40,8 +41,7 @@ LIBS=\
-lboost_regex \
-lpthread \
-lssl -lcrypto \
--ldl \
--lcommon
+-ldl
ifeq ($(CXX),clang++-10)
LIBS+= \
@@ -77,7 +77,7 @@ test-$(PROJECTNAME): $(TESTSRC:.cpp=.o)
$(CXX) $(CXXFLAGS) $^ $(LIBS) -o $@
$(PROJECTNAME).so: ../../libcommon/libcommon.a $(SRC:.cpp=.o)
- $(CXX) -shared $(LDFLAGS) $^ $(LDLIBS) $(LIBS) -o $@
+ $(CXX) $(LDFLAGS) $^ -shared $(LDLIBS) $(LIBS) -o $@
dep: $(TESTSRC:.cpp=.d)