diff --git a/js/Makefile.am b/js/Makefile.am index 86b62228c..e51c4fbe7 100644 --- a/js/Makefile.am +++ b/js/Makefile.am @@ -31,3 +31,7 @@ EXTRA_DIST = \ js-resources.gresource.xml \ misc/config.js.in \ $(NULL) + +CLEANFILES = \ + $(js_built_sources) \ + $(NULL)