diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/chrome/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am index eecee66d5..b3c90ca47 100644 --- a/data/chrome/Makefile.am +++ b/data/chrome/Makefile.am @@ -16,4 +16,5 @@ globalchrome_DATA = about.xhtml EXTRA_DIST = \ $(manifest_in_files) \ - $(branding_in_files) + $(branding_in_files) \ + $(globalchrome_DATA) |