diff options
author | Rainer Jung <rjung@apache.org> | 2016-02-05 01:20:07 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2016-02-05 01:20:07 +0100 |
commit | 617e068f505ea6809bc473c411bf63cd1e5d2894 (patch) | |
tree | 071977531636c0bbcbdd5ccc90fc6143562defb3 /modules/proxy/NWGNUproxyhtp | |
parent | Add support for the proxy modules to (diff) | |
download | apache2-617e068f505ea6809bc473c411bf63cd1e5d2894.tar.xz apache2-617e068f505ea6809bc473c411bf63cd1e5d2894.zip |
Build symbol import and export files for
proxy on Netware using the same awk script
which is already used for mod_cache.
Adjust other Netware makefiles to use this
new imp file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728574 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/NWGNUproxyhtp')
-rw-r--r-- | modules/proxy/NWGNUproxyhtp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/NWGNUproxyhtp b/modules/proxy/NWGNUproxyhtp index 5c4f8932b3..e385f35395 100644 --- a/modules/proxy/NWGNUproxyhtp +++ b/modules/proxy/NWGNUproxyhtp @@ -206,7 +206,7 @@ FILE_nlm_copyright = FILES_nlm_Ximports = \ @aprlib.imp \ @httpd.imp \ - @$(OBJDIR)/mod_proxy.imp \ + @mod_proxy.imp \ @libc.imp \ $(EOLIST) |