diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-08 17:51:53 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-08 18:29:58 -0500 |
commit | 375619f9f4a04808bb186cdff3fa84a703446e1c (patch) | |
tree | 4b63f44b263b8193e7ea0b49685387885a42407c /gtk/Makefile.am | |
parent | 1eaf035a78bc0c804f203062c731ff6fe63878d5 (diff) | |
download | gtk+-375619f9f4a04808bb186cdff3fa84a703446e1c.tar.gz |
Fix make dist
I've forgotten another place when renaming HighContrast inverse.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 50a4afe359..ff259d18e7 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1284,13 +1284,13 @@ theme_sources = \ theme/HighContrast/_colors.scss \ theme/HighContrast/_common.scss \ theme/HighContrast/_drawing.scss \ - theme/HighContrast/gtk-contained-dark.scss \ + theme/HighContrast/gtk-contained-inverse.scss \ theme/HighContrast/gtk-contained.scss \ theme/HighContrast/Gemfile \ theme/HighContrast/gtk-contained.css \ - theme/HighContrast/gtk-contained-dark.css \ + theme/HighContrast/gtk-contained-inverse.css \ theme/HighContrast/gtk.css \ - theme/HighContrast/gtk-dark.css \ + theme/HighContrast/gtk-inverse.css \ theme/HighContrast/parse-sass.sh \ theme/Raleigh/gtk-default.css |