diff options
author | Guenter Knauf <fuankg@apache.org> | 2014-11-27 12:30:54 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2014-11-27 12:30:54 +0100 |
commit | 27f17af2a79931a12d29827d60f208f4750eaead (patch) | |
tree | 4048bc622bd9bf8b1d6dcabc75ca8f15f8c21ce5 /modules/cache | |
parent | xforms (diff) | |
download | apache2-27f17af2a79931a12d29827d60f208f4750eaead.tar.xz apache2-27f17af2a79931a12d29827d60f208f4750eaead.zip |
Added include path for NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1642099 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cache')
-rw-r--r-- | modules/cache/NWGNUcach_socache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/cache/NWGNUcach_socache b/modules/cache/NWGNUcach_socache index f7ed0e43de..68b3cd9fe3 100644 --- a/modules/cache/NWGNUcach_socache +++ b/modules/cache/NWGNUcach_socache @@ -26,6 +26,7 @@ XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ $(SRC)/include \ + $(STDMOD)/generators \ $(SERVER)/mpm/netware \ $(NWOS) \ $(EOLIST) |