diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-18 03:09:27 +0000 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-18 03:09:27 +0000 |
commit | bab978c56e7dce2343bed85b9aac98cee8b856e8 (patch) | |
tree | b03a7bdcbb9299641f0fc6d341b1344a6da42125 /modules/slotmem/NWGNUslotmem_plain | |
parent | ce13c80c2348dde60572bba3914fcaa5f6b37728 (diff) | |
download | httpd-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/slotmem/NWGNUslotmem_plain')
-rw-r--r-- | modules/slotmem/NWGNUslotmem_plain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/slotmem/NWGNUslotmem_plain b/modules/slotmem/NWGNUslotmem_plain index 37e358b6ae..a66504a696 100644 --- a/modules/slotmem/NWGNUslotmem_plain +++ b/modules/slotmem/NWGNUslotmem_plain @@ -170,7 +170,7 @@ FILES_nlm_objs = \ # These will be added as a library command in the link.opt file. # FILES_nlm_libs = \ - libcpre.o \ + $(PRELUDE) \ $(EOLIST) # |