diff options
author | Nick Kew <niq@apache.org> | 2008-03-29 18:13:28 +0100 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2008-03-29 18:13:28 +0100 |
commit | 8f6e6a9726505dbb44f17a297aca88f5ed5cd194 (patch) | |
tree | 0b8dec4b8a3ad7f7615fe6a93573ed50987f396d /NWGNUmakefile | |
parent | Update Timeout section, the semantics changed completely (diff) | |
download | apache2-8f6e6a9726505dbb44f17a297aca88f5ed5cd194.tar.xz apache2-8f6e6a9726505dbb44f17a297aca88f5ed5cd194.zip |
Introduce ap_expr expression parser API
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index b0fd434ae8..7e56d21ae1 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -237,6 +237,7 @@ FILES_nlm_objs = \ $(OBJDIR)/util_cfgtree.o \ $(OBJDIR)/util_charset.o \ $(OBJDIR)/util_debug.o \ + $(OBJDIR)/util_expr.o \ $(OBJDIR)/util_filter.o \ $(OBJDIR)/util_md5.o \ $(OBJDIR)/util_mutex.o \ |