summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-02-01 03:47:17 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-02-04 03:18:16 -0500
commitc8d62091797ff00d8e6a5a98c7d58ddd3d4da108 (patch)
tree2dc446bbb8764001c6f92b6e731a9a4dca569859
parent0945ce4f13292fd0a3e5124a64ffba6b161f5118 (diff)
downloadlighttpd-git-c8d62091797ff00d8e6a5a98c7d58ddd3d4da108.tar.gz
[autotools] add mod_evhost to static build list
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c6c60a92..e618d44c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -442,6 +442,7 @@ lighttpd_SOURCES = \
mod_cgi.c \
mod_deflate.c \
mod_dirlisting.c \
+ mod_evhost.c \
mod_expire.c \
mod_extforward.c \
mod_fastcgi.c \