From 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 09:31:51 +0100 Subject: Separated out libcommon as libreichwein --- plugins/fcgi/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/fcgi') diff --git a/plugins/fcgi/Makefile b/plugins/fcgi/Makefile index d3b8ed1..32a8bda 100644 --- a/plugins/fcgi/Makefile +++ b/plugins/fcgi/Makefile @@ -18,8 +18,6 @@ LDLIBS=\ -lssl -lcrypto \ -ldl -LDFLAGS+=-L../../libcommon - PROGSRC=\ fcgi.cpp \ fcgiid.cpp \ @@ -32,9 +30,6 @@ all: $(PROJECTNAME).so $(PROJECTNAME).so: $(SRC:.cpp=.o) $(CXX) $(CXXFLAGS) $^ -shared $(LIBS) -o $@ -../../libcommon/libcommon.a: - cd ../.. && $(MAKE) libcommon/libcommon.a - %.d: %.cpp $(CXX) $(CXXFLAGS) -MM -MP -MF $@ -c $< -- cgit v1.2.3