summaryrefslogtreecommitdiffstats
path: root/modules/cluster
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-18 04:09:27 +0100
committerGuenter Knauf <fuankg@apache.org>2011-03-18 04:09:27 +0100
commitbab978c56e7dce2343bed85b9aac98cee8b856e8 (patch)
treeb03a7bdcbb9299641f0fc6d341b1344a6da42125 /modules/cluster
parentUpdate transforms (diff)
downloadapache2-bab978c56e7dce2343bed85b9aac98cee8b856e8.tar.xz
apache2-bab978c56e7dce2343bed85b9aac98cee8b856e8.zip
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/cluster')
-rw-r--r--modules/cluster/NWGNUmodheartbeat2
-rw-r--r--modules/cluster/NWGNUmodheartmonitor2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/cluster/NWGNUmodheartbeat b/modules/cluster/NWGNUmodheartbeat
index 44e80ee821..b2c3ece219 100644
--- a/modules/cluster/NWGNUmodheartbeat
+++ b/modules/cluster/NWGNUmodheartbeat
@@ -179,7 +179,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/cluster/NWGNUmodheartmonitor b/modules/cluster/NWGNUmodheartmonitor
index f4254e1c7d..2436b277fd 100644
--- a/modules/cluster/NWGNUmodheartmonitor
+++ b/modules/cluster/NWGNUmodheartmonitor
@@ -179,7 +179,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
#