Don't remove the configure script during distclean
[mod_auth_kerb.cvs/.git] / Makefile.in
index 2cb12d5..a1fc43c 100644 (file)
@@ -24,7 +24,7 @@ clean:
        done
 
 distclean: clean
-       $(RM) config.h config.status Makefile configure config.log
-       $(RM) -rf autom4te.cache src/.libs
+       $(RM) config.h config.status Makefile config.log
+       $(RM) -rf autom4te.cache src/.libs spnego/.libs
 
 .PHONY: all install clean distclean