diff options
author | Jim Jagielski <jim@apache.org> | 2016-11-22 13:22:31 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2016-11-22 13:22:31 +0100 |
commit | 309678648fbb2a00065e5d5bdebd17aa391702f2 (patch) | |
tree | ca482eb9fcb1d13f5884421fe779560c7b37f738 /modules/cache/NWGNUsocachmem | |
parent | Removing unused warning after r1764961 changes. (diff) | |
download | apache2-309678648fbb2a00065e5d5bdebd17aa391702f2.tar.xz apache2-309678648fbb2a00065e5d5bdebd17aa391702f2.zip |
From Norm:
NWGNUsocachmem needs to find mod_status.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1770828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/cache/NWGNUsocachmem | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/cache/NWGNUsocachmem b/modules/cache/NWGNUsocachmem index 5a032f62fe..d8e24a69d3 100644 --- a/modules/cache/NWGNUsocachmem +++ b/modules/cache/NWGNUsocachmem @@ -26,6 +26,7 @@ XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ $(SRC)/include \ + $(STDMOD)/generators \ $(SERVER)/mpm/netware \ $(NWOS) \ $(EOLIST) |