1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Also compile in protocol/common when CGI is enabled

This commit is contained in:
Jonas Fonseca 2006-01-18 21:50:43 +01:00 committed by Jonas Fonseca
parent 3b5724edd5
commit 7f076a8832

View File

@ -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