diff options
Diffstat (limited to 'data/chrome/Makefile.am')
-rw-r--r-- | data/chrome/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am index b3c90ca47..42c1ae96f 100644 --- a/data/chrome/Makefile.am +++ b/data/chrome/Makefile.am @@ -18,3 +18,10 @@ EXTRA_DIST = \ $(manifest_in_files) \ $(branding_in_files) \ $(globalchrome_DATA) + +CLEANFILES = \ + $(manifest_DATA) + +DISTCLEANFILES = \ + $(manifest_DATA) \ + $(branding_DATA) |