Delete generated source files when running "make clean".

This commit is contained in:
Jeroen Dekkers
2014-04-06 22:44:50 +02:00
parent 6e60bbb553
commit c80e222210
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -158,6 +158,9 @@ ifeq ($(saml2_config), yes)
SOGoSAML2Exceptions.h SOGoSAML2Exceptions.m: gen-saml2-exceptions.py
$(ECHO_CREATING) ./gen-saml2-exceptions.py $(LASSO_CFLAGS) $(END_ECHO)
distclean clean::
-rm -f SOGoSAML2Exceptions.h SOGoSAML2Exceptions.m
endif
ifeq ($(ldap_config),yes)