summaryrefslogtreecommitdiffhomepage
path: root/plugins/fcgi/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-14 19:29:40 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-14 19:29:40 +0200
commit7b87cf906173011fe98155c403a77d6330fa39af (patch)
treeec213eebff599280c5ba1da72957cd1b31fb9f1c /plugins/fcgi/Makefile
parentdef52539028cb024b4e9e9767796face08d645f6 (diff)
webserver 1.5: Fixed Makefiles
Diffstat (limited to 'plugins/fcgi/Makefile')
-rw-r--r--plugins/fcgi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fcgi/Makefile b/plugins/fcgi/Makefile
index c2789d8..0cafe54 100644
--- a/plugins/fcgi/Makefile
+++ b/plugins/fcgi/Makefile
@@ -76,7 +76,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)