summaryrefslogtreecommitdiff
path: root/modules/dav
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-18 03:09:27 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-18 03:09:27 +0000
commitbab978c56e7dce2343bed85b9aac98cee8b856e8 (patch)
treeb03a7bdcbb9299641f0fc6d341b1344a6da42125 /modules/dav
parentce13c80c2348dde60572bba3914fcaa5f6b37728 (diff)
downloadhttpd-bab978c56e7dce2343bed85b9aac98cee8b856e8.tar.gz
Use var for prelude so its possible to change it at one place.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/dav')
-rw-r--r--modules/dav/fs/NWGNUmakefile2
-rw-r--r--modules/dav/lock/NWGNUmakefile2
-rw-r--r--modules/dav/main/NWGNUmakefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/dav/fs/NWGNUmakefile b/modules/dav/fs/NWGNUmakefile
index dcbb12d0ef..15c07df2aa 100644
--- a/modules/dav/fs/NWGNUmakefile
+++ b/modules/dav/fs/NWGNUmakefile
@@ -181,7 +181,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
#
diff --git a/modules/dav/lock/NWGNUmakefile b/modules/dav/lock/NWGNUmakefile
index f790e7f173..4f7c794e96 100644
--- a/modules/dav/lock/NWGNUmakefile
+++ b/modules/dav/lock/NWGNUmakefile
@@ -178,7 +178,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
#
diff --git a/modules/dav/main/NWGNUmakefile b/modules/dav/main/NWGNUmakefile
index bb52da9755..1c14d6d480 100644
--- a/modules/dav/main/NWGNUmakefile
+++ b/modules/dav/main/NWGNUmakefile
@@ -188,7 +188,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
#