*** empty log message ***
[mod_auth_kerb.git] / makefile.include
index 18f6bfc..8563882 100644 (file)
@@ -11,7 +11,7 @@
 # Settings for Kerberos v5 enviroment
 # 
 DEFS += -DKRB5
-KRB5_ROOT = /usr/heimdal-0.6
+KRB5_ROOT = /usr/local/krb5
 
 # Uncomment following line if you're using the Heimdal implementation of krb5
 #DEFS += -DHEIMDAL
@@ -24,3 +24,9 @@ KRB5_ROOT = /usr/heimdal-0.6
 # 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