summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-05-10 09:52:13 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-05-11 23:51:48 -0400
commit2a7d3a27513bd05cc9352fa6492eca8a1d6c52b8 (patch)
tree26295609a8bec01e3cae4723bd8e3302c3da27dd /src/Makefile.am
parent6669846947f9a5c1177ea142a4d333309971188d (diff)
downloadlighttpd-git-2a7d3a27513bd05cc9352fa6492eca8a1d6c52b8.tar.gz
[multiple] rename status_counter -> plugin_stats
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 265f6da9..98cb715f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -421,7 +421,7 @@ hdr = base64.h buffer.h burl.h network.h log.h http_kv.h keyvalue.h \
sys-crypto.h sys-crypto-md.h \
sys-endian.h sys-mmap.h sys-setjmp.h \
sys-socket.h sys-strings.h sys-time.h \
- sock_addr.h status_counter.h \
+ sock_addr.h \
mod_auth_api.h \
mod_magnet_cache.h \
mod_vhostdb_api.h \