summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-05-04 01:10:44 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-04 01:10:44 -0400
commitb19efdf128f19b7389de47ba53f09975b330055b (patch)
treee762bd27da50edd269af46c39d3f7f8e42653783
parentd0338dbbedf553d925466bcfda0cb8c59fcc1a2b (diff)
downloadlighttpd-git-b19efdf128f19b7389de47ba53f09975b330055b.tar.gz
[autoconf] include fs_win32.h in hdrs for dpkg
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 95d5e076..5e6ad2f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -358,7 +358,7 @@ hdr = base64.h buffer.h burl.h network.h log.h http_kv.h keyvalue.h \
fdevent.h gw_backend.h connections.h base.h base_decls.h stat_cache.h \
plugin.h plugins.h plugin_config.h \
http_etag.h array.h \
- fdevent_impl.h network_write.h configfile.h \
+ fdevent_impl.h fs_win32.h network_write.h configfile.h \
sock_addr_cache.h \
configparser.h \
rand.h \