diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6ceaf226..eee08470 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,8 +16,7 @@ docs/spec.html: $(XMLS) introspection/all.xml doc-generator.xsl all: $(GENERATED_FILES) -clean: - rm -f $(GENERATED_FILES) +CLEANFILES = $(GENERATED_FILES) endif SUBDIRS = marshallers src plugins introspection test |