From 7b87cf906173011fe98155c403a77d6330fa39af Mon Sep 17 00:00:00 2001
From: Roland Reichwein <mail@reichwein.it>
Date: Thu, 14 May 2020 19:29:40 +0200
Subject: webserver 1.5: Fixed Makefiles

---
 plugins/statistics/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins/statistics/Makefile')

diff --git a/plugins/statistics/Makefile b/plugins/statistics/Makefile
index 48c2e8c..3dee26e 100644
--- a/plugins/statistics/Makefile
+++ b/plugins/statistics/Makefile
@@ -74,7 +74,7 @@ test-$(PROJECTNAME): $(TESTSRC:.cpp=.o)
 	$(CXX) $(CXXFLAGS) $^ $(LIBS) -o $@
 
 $(PROJECTNAME).so: $(SRC:.cpp=.o)
-	$(CXX) -shared $(CXXFLAGS) $^ $(LIBS) -o $@
+	$(CXX) $(CXXFLAGS) $^ -shared $(LIBS) -o $@
 
 dep: $(TESTSRC:.cpp=.d)
 
-- 
cgit v1.2.3