Allow the module to work in the proxy mode correctly (don't swallow authentication...
[mod_auth_kerb.git] / Makefile.in
index 367da01..2cb12d5 100644 (file)
@@ -19,8 +19,9 @@ install:
        $(APXS) -c -i $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c $(SPNEGO_SRCS)
 
 clean:
-       $(RM) *.o *.so *.a *.la *.lo *.slo core
-       $(RM) src/*.{o,so,a,la,lo,slo}
+       for i in . src spnegokrb5; do \
+               $(RM) $$i/*.{o,so,a,la,lo,slo} core; \
+       done
 
 distclean: clean
        $(RM) config.h config.status Makefile configure config.log