diff options
author | Rainer Jung <rjung@apache.org> | 2011-11-12 06:35:58 +0000 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2011-11-12 06:35:58 +0000 |
commit | bbc0450240cd356e8f9dc322e7cdd06c76248b2c (patch) | |
tree | 85765c748a6d4938b4d4dadfc61f076ca8b8514a /NWGNUmakefile | |
parent | fab5ecea7d55d32e25db5e9c8c654622abe5d77c (diff) | |
download | httpd-bbc0450240cd356e8f9dc322e7cdd06c76248b2c.tar.gz |
Pre GA removal ob components that will not be included:
Part 2: Remove mod_serf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201210 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 732935bce4..2ae2087f9f 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -439,7 +439,6 @@ installdev :: FORCE $(call COPY,$(STDMOD)/loggers/mod_log_config.h, $(INSTALLBASE)/include/) $(call COPY,$(STDMOD)/mappers/mod_rewrite.h, $(INSTALLBASE)/include/) $(call COPY,$(STDMOD)/proxy/mod_proxy.h, $(INSTALLBASE)/include/) - $(call COPY,$(STDMOD)/proxy/mod_serf.h, $(INSTALLBASE)/include/) $(call COPY,$(STDMOD)/session/mod_session.h, $(INSTALLBASE)/include/) $(call COPY,$(STDMOD)/ssl/mod_ssl.h, $(INSTALLBASE)/include/) $(call COPY,$(APR)/*.imp, $(INSTALLBASE)/lib/) |