diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2023-02-01 03:47:17 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2023-02-04 03:18:16 -0500 |
commit | c8d62091797ff00d8e6a5a98c7d58ddd3d4da108 (patch) | |
tree | 2dc446bbb8764001c6f92b6e731a9a4dca569859 /src/Makefile.am | |
parent | 0945ce4f13292fd0a3e5124a64ffba6b161f5118 (diff) | |
download | lighttpd-git-c8d62091797ff00d8e6a5a98c7d58ddd3d4da108.tar.gz |
[autotools] add mod_evhost to static build list
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
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 \ |