From 7b87cf906173011fe98155c403a77d6330fa39af Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 14 May 2020 19:29:40 +0200 Subject: webserver 1.5: Fixed Makefiles --- plugins/webbox/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/webbox') 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) -- cgit v1.2.3