summaryrefslogtreecommitdiff
path: root/libhttpd.dsp
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-06-06 21:04:21 +0000
committerYann Ylavic <ylavic@apache.org>2018-06-06 21:04:21 +0000
commit7711d39400b6b2a8d210fb85b32bad59cf2a9d49 (patch)
treec0b9c528296ded037ca665ea4611d5224c464002 /libhttpd.dsp
parent07ab2af39d3a670e92f5e1e59749b8ecd51f9e48 (diff)
downloadhttpd-7711d39400b6b2a8d210fb85b32bad59cf2a9d49.tar.gz
Avoid cyclic dependency by moving ap_set_etag() from module http to core.
This function, along with ap_make_etag(), is used by the default_handler in core.c, and in several modules other than builtin mod_http, breaking static linking and httpdunit tests build. The move is done by "svn move modules/http/http_etag.c server/util_etag.c". MMN major bumped, not backportable (as is) to 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1833083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r--libhttpd.dsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp
index 929aa0749b..d3720c5a3b 100644
--- a/libhttpd.dsp
+++ b/libhttpd.dsp
@@ -453,10 +453,6 @@ SOURCE=.\modules\http\http_core.c
# End Source File
# Begin Source File
-SOURCE=.\modules\http\http_etag.c
-# End Source File
-# Begin Source File
-
SOURCE=.\modules\http\http_filters.c
# End Source File
# Begin Source File
@@ -549,6 +545,10 @@ SOURCE=.\include\util_ebcdic.h
# End Source File
# Begin Source File
+SOURCE=.\server\util_etag.c
+# End Source File
+# Begin Source File
+
SOURCE=.\server\util_expr_private.h
# End Source File
# Begin Source File