diff options
author | Rainer Jung <rjung@apache.org> | 2016-02-06 12:18:36 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2016-02-06 12:18:36 +0100 |
commit | 15220126bb1b8fb7f051cff94294e8d8b2744d5d (patch) | |
tree | a92ef5d5ad19d545cf3c15fd5f8de6bc54f0c2a7 /modules/proxy/NWGNUproxylbm_hb | |
parent | Netware proxy makefiles: (diff) | |
download | apache2-15220126bb1b8fb7f051cff94294e8d8b2744d5d.tar.xz apache2-15220126bb1b8fb7f051cff94294e8d8b2744d5d.zip |
Netwarep proxy makefiles
- remove unneeded XINCDIRS
- there are no header files in $(STDMOD)/http
- $(STDMOD)/generators and $(STDMOD)/ssl
for serf were likely copy&paste from
NWGNUproxy, but serf doesn't need them
- $(STDMOD)/proxy for wstunnel likely
copy&paste from some lb module but
wstunnel doesn't need them
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/NWGNUproxylbm_hb')
-rw-r--r-- | modules/proxy/NWGNUproxylbm_hb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/proxy/NWGNUproxylbm_hb b/modules/proxy/NWGNUproxylbm_hb index 8541744ee9..6292fce6fb 100644 --- a/modules/proxy/NWGNUproxylbm_hb +++ b/modules/proxy/NWGNUproxylbm_hb @@ -19,7 +19,6 @@ XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ $(SRC)/include \ - $(STDMOD)/http \ $(STDMOD)/proxy \ $(NWOS) \ $(EOLIST) |