Added variable to makefile.include to ease build of stand-alone spnegokrb5
authorkouril <kouril>
Fri, 31 Oct 2003 15:30:53 +0000 (15:30 +0000)
committerkouril <kouril>
Fri, 31 Oct 2003 15:30:53 +0000 (15:30 +0000)
Makefile

index bd3ac85..4f27f76 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,13 @@ ifndef APXS
    APXS = apxs
 endif
 
-all: modauthkerb
+ifdef SPNEGO_ONLY
+   TARGET = libspnegokrb5
+else
+   TARGET = modauthkerb
+endif
+
+all: $(TARGET)
 
 libspnegokrb5:
        (cd spnegokrb5 && make)