From 668b8b9c7b4447b569c970f3f0d7ffae1d6b6fa1 Mon Sep 17 00:00:00 2001 From: kouril Date: Mon, 27 Oct 2003 12:48:02 +0000 Subject: [PATCH] Added variable to makefile.include to ease build of stand-alone spnegokrb5 --- makefile.include | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/makefile.include b/makefile.include index 49d8c2c..c0bb3b1 100644 --- a/makefile.include +++ b/makefile.include @@ -1,7 +1,7 @@ # # Version for apache 2.0.x is built by default. Uncomment following line if # you're using apache 1.3.x, (don't change if you're using apache 2.0.x.) -#DEFS = -DAPXS1 +DEFS = -DAPXS1 # Set path to the apxs command if it's not in reachable in standard $PATH. # This command should be found in the bin directory of apache installation @@ -24,3 +24,9 @@ KRB5_ROOT = /usr/local/krb5 # Uncomment and edit following line if your krb4 libraries aren't located in # the krb5 tree #KRB4_ROOT = /software/krb4-1.2.2 + +# +# Uncomment following line if you only want to build the spnegokrb5 library +# and don't build the apache module (eg. if you're building the mozilla browser +# with support for the Negotiate authentication) +#SPNEGO_ONLY = yes -- 2.1.4