Added variable to makefile.include to ease build of stand-alone spnegokrb5
[mod_auth_kerb.cvs/.git] / makefile.include
index 0b3f36a..8563882 100644 (file)
@@ -1,24 +1,32 @@
 # 
-# Setting for apache. Uncomment following line if you're using apache 1.3.x,
-# don't change if you're using apache 2.0.x.
+# 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
 
-#set path to the apxs command if it's not in reachable in standard $PATH
-APXS = /software/apache-2.0.47/bin/apxs
+# 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 
+#APXS = /software/apache-2.0.47/bin/apxs
 
 #
 # Settings for Kerberos v5 enviroment
 # 
 DEFS += -DKRB5
-KRB5_ROOT = /software/krb5-1.2.8
+KRB5_ROOT = /usr/local/krb5
 
-#Uncomment following line if you're using the Heimdal implementation of krb5
+# Uncomment following line if you're using the Heimdal implementation of krb5
 #DEFS += -DHEIMDAL
 
 #
 # Settings for Kerberos v4 enviroment
 #
-#Uncomment following line if you want to enable krb4 support
+# Uncomment following line if you want to enable krb4 support
 #DEFS += -DKRB4
-#Uncomment following line if your krb4 libraries aren't located in the krb5 tree
+# 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