diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-18 04:09:27 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-18 04:09:27 +0100 |
commit | bab978c56e7dce2343bed85b9aac98cee8b856e8 (patch) | |
tree | b03a7bdcbb9299641f0fc6d341b1344a6da42125 /modules/examples | |
parent | Update transforms (diff) | |
download | apache2-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/examples')
-rw-r--r-- | modules/examples/NWGNUcase_flt | 2 | ||||
-rw-r--r-- | modules/examples/NWGNUcase_flt_in | 2 | ||||
-rw-r--r-- | modules/examples/NWGNUexample_hooks | 2 | ||||
-rw-r--r-- | modules/examples/NWGNUexample_ipc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/examples/NWGNUcase_flt b/modules/examples/NWGNUcase_flt index 9c215d0882..df9a86f498 100644 --- a/modules/examples/NWGNUcase_flt +++ b/modules/examples/NWGNUcase_flt @@ -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/examples/NWGNUcase_flt_in b/modules/examples/NWGNUcase_flt_in index aeffa975d9..7429a44a03 100644 --- a/modules/examples/NWGNUcase_flt_in +++ b/modules/examples/NWGNUcase_flt_in @@ -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/examples/NWGNUexample_hooks b/modules/examples/NWGNUexample_hooks index 1948073ba5..06bc16ad05 100644 --- a/modules/examples/NWGNUexample_hooks +++ b/modules/examples/NWGNUexample_hooks @@ -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/examples/NWGNUexample_ipc b/modules/examples/NWGNUexample_ipc index 408e7989fd..605794b2a4 100644 --- a/modules/examples/NWGNUexample_ipc +++ b/modules/examples/NWGNUexample_ipc @@ -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) # |