Description of delegation support in Win AD (thanks Rob Sessink)
[mod_auth_kerb.cvs/.git] / Makefile.in
index 7ff9de9..b15509c 100644 (file)
@@ -19,12 +19,13 @@ install:
        $(APXS) -c -i $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c $(SPNEGO_SRCS)
 
 clean:
-       for i in . src spnegokrb5; do
-               $(RM) *.{o,so,a,la,lo,slo} core
+       for i in . src spnegokrb5; do \
+               $(RM) $$i/*.{o,so,a,la,lo,slo} core; \
+               $(RM) -rf $$i/.libs; \
        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
 
 .PHONY: all install clean distclean