diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-12 03:40:09 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-12 03:40:09 +0000 |
commit | 3dc8cb104d3392e00514bb829c50390a9598fe3c (patch) | |
tree | 945274bf792a923f187a9e83a8c8af9fa3c63942 /apache1x/Makefile.am | |
parent | de44fe7893da8d8c9903f1a7268fa6fe03446d36 (diff) |
- apache2x module now supports connecting to multiple daemon addresses
and failover between them.
Diffstat (limited to 'apache1x/Makefile.am')
-rw-r--r-- | apache1x/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apache1x/Makefile.am b/apache1x/Makefile.am index d043935..a768b2e 100644 --- a/apache1x/Makefile.am +++ b/apache1x/Makefile.am @@ -7,7 +7,7 @@ INC=-I../ -I../common/ all: mod_httpauth.so -mod_httpauth.so: mod_httpauth.c ../common/sock_any.c +mod_httpauth.so: mod_httpauth.c ../common/sock-any.c @APXS@ -c -Wc,-g -Wc,-O0 $(DEF) $(INC) $(LIB) mod_httpauth.c # install the DSO file into the Apache installation |