From be78f38309c9c225adce6ba099ed08c540daca20 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 22 Jul 2008 17:39:07 +0000 Subject: [PATCH] no point in compiling io_cgi.c since we're not using it. --- third-party/shttpd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/shttpd/Makefile.am b/third-party/shttpd/Makefile.am index f6def883b..a9511debe 100644 --- a/third-party/shttpd/Makefile.am +++ b/third-party/shttpd/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS = -DEMBEDDED -DNDEBUG -DNO_CGI -DNO_SSI libshttpd_a_SOURCES = \ string.c shttpd.c log.c auth.c md5.c \ - io_file.c io_socket.c io_ssl.c io_emb.c io_dir.c io_cgi.c \ + io_file.c io_socket.c io_ssl.c io_emb.c io_dir.c \ compat_unix.c noinst_HEADERS = \