summaryrefslogtreecommitdiffhomepage
path: root/plugins/statistics
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/statistics')
-rw-r--r--plugins/statistics/Makefile2
1 files changed, 1 insertions, 1 deletions
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)