summaryrefslogtreecommitdiff
path: root/apache1x/Makefile
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-05-05 22:28:57 +0000
committerStef Walter <stef@memberwebs.com>2004-05-05 22:28:57 +0000
commit845693df0604b5890db0eb36e7f7bf9c2e2813e8 (patch)
treeee16fdd986b6cf303c150345369f95682f13f69a /apache1x/Makefile
parent2c1dec428c6e1d1bb6675847a5046a4fabdfe4c4 (diff)
- Parse incoming headers properly for authtypes
- Handle sub-requests properly - Makefile fix
Diffstat (limited to 'apache1x/Makefile')
-rw-r--r--apache1x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache1x/Makefile b/apache1x/Makefile
index 3ddc156..b398959 100644
--- a/apache1x/Makefile
+++ b/apache1x/Makefile
@@ -16,7 +16,7 @@ all: mod_httpauth.so
# compile the DSO file
mod_httpauth.so: mod_httpauth.c ../common/sock_any.c
- $(APXS) -c -Wc,-g -Wc,-O0 $(DEF) $(INC) $(LIB) 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
# and activate it in the Apache configuration