mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
no point in compiling io_cgi.c since we're not using it.
This commit is contained in:
parent
b7d17d7c3d
commit
be78f38309
1 changed files with 1 additions and 1 deletions
2
third-party/shttpd/Makefile.am
vendored
2
third-party/shttpd/Makefile.am
vendored
|
@ -5,7 +5,7 @@ AM_CPPFLAGS = -DEMBEDDED -DNDEBUG -DNO_CGI -DNO_SSI
|
||||||
|
|
||||||
libshttpd_a_SOURCES = \
|
libshttpd_a_SOURCES = \
|
||||||
string.c shttpd.c log.c auth.c md5.c \
|
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
|
compat_unix.c
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
|
|
Loading…
Reference in a new issue