diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2003-01-18 01:36:52 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2003-01-18 01:36:52 +0100 |
commit | f82b8c7481323e87c5d3fc1d30005caae8b96ed5 (patch) | |
tree | 3f4c9169e4f7a29928a36b739c797499e3aacebc /srclib | |
parent | Fix the ulimit command used by apachectl on Tru64. (diff) | |
download | apache2-f82b8c7481323e87c5d3fc1d30005caae8b96ed5.tar.xz apache2-f82b8c7481323e87c5d3fc1d30005caae8b96ed5.zip |
Missing an include path for build the dftables support utility
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r-- | srclib/pcre/NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/srclib/pcre/NWGNUmakefile b/srclib/pcre/NWGNUmakefile index 27dcce5b2c..ae0eb03374 100644 --- a/srclib/pcre/NWGNUmakefile +++ b/srclib/pcre/NWGNUmakefile @@ -37,6 +37,7 @@ $(PCRE)/%.h: $(subst /,\,$(PCRE))\%.hw XINCDIRS += \ $(APR)/pcre \ $(AP_WORK)/os/netware \ + $(APR)/include/arch/netware \ $(EOLIST) # |