diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-08-20 19:10:18 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-08-20 19:10:18 +0200 |
commit | 64e770c7676ec45c00079632ada8872455e3ae50 (patch) | |
tree | 7a13b884f2ed4a5e529c56aa205d4b90066be75d /modules/proxy/NWGNUproxyajp | |
parent | Fix a few references to mod_auth_ldap to be mod_authnz_ldap (diff) | |
download | apache2-64e770c7676ec45c00079632ada8872455e3ae50.tar.xz apache2-64e770c7676ec45c00079632ada8872455e3ae50.zip |
Build using the ajp code in the proxy directory.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104750 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/NWGNUproxyajp')
-rw-r--r-- | modules/proxy/NWGNUproxyajp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/proxy/NWGNUproxyajp b/modules/proxy/NWGNUproxyajp index 71d02150dc..4f764ff9a6 100644 --- a/modules/proxy/NWGNUproxyajp +++ b/modules/proxy/NWGNUproxyajp @@ -20,7 +20,6 @@ XINCDIRS += \ $(NWOS) \ $(AP_WORK)/modules/http \ $(AP_WORK)/modules/arch/netware \ - $(AJPLIB) \ $(AP_WORK)/srclib/apr/include \ $(AP_WORK)/srclib/apr-util/include \ $(AP_WORK)/srclib/apr \ @@ -256,7 +255,7 @@ install :: nlms FORCE # Any specialized rules here # -vpath %.c ../arch/netware $(AJPLIB) +vpath %.c ../arch/netware # # Include the 'tail' makefile that has targets that depend on variables defined |