diff options
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am b/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am index bbc5374f..aa3bb7f4 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am @@ -10,6 +10,8 @@ theme_DATA = \ dnd-counter.svg \ grid-selection-checked.svg \ grid-selection-unchecked.svg \ + header-separator.png \ menuitem-checkbox-checked-insensitive.svg \ menuitem-checkbox-checked-selected.svg \ menuitem-checkbox-checked.svg \ @@ -36,11 +38,14 @@ theme_DATA = \ slider-hover.png \ slider-ins.png \ slider.png \ + switch-off-ins.png \ switch-off-ins.svg \ + switch-off.png \ switch-off.svg \ + switch-on-ins.png \ switch-on-ins.svg \ switch-on.png \ switch-on.svg \ - thumbnail-frame.png + thumbnail-frame.png \ EXTRA_DIST = $(theme_DATA) |