From 7f076a8832cc729d1759be4e6060ee0cda47e953 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Wed, 18 Jan 2006 21:50:43 +0100 Subject: [PATCH] Also compile in protocol/common when CGI is enabled --- src/protocol/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/protocol/Makefile b/src/protocol/Makefile index 6f4af60e3..71c65df79 100644 --- a/src/protocol/Makefile +++ b/src/protocol/Makefile @@ -13,6 +13,7 @@ SUBDIRS-$(CONFIG_URI_REWRITE) += rewrite SUBDIRS = auth file http OBJS-$(CONFIG_DATA) += data.o +OBJS-$(CONFIG_CGI) += common.o OBJS-$(CONFIG_FSP) += common.o OBJS-$(CONFIG_SMB) += common.o