diff options
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0/assets/Makefile.am')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/assets/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/assets/Makefile.am b/desktop-themes/ContrastHighInverse/gtk-3.0/assets/Makefile.am new file mode 100644 index 00000000..c645a5df --- /dev/null +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/assets/Makefile.am @@ -0,0 +1,10 @@ +themedir = $(datadir)/themes/ContrastHighInverse/gtk-3.0/assets + +theme_DATA = \ + bullet-symbolic.svg \ + check-symbolic.symbolic.png \ + bullet-symbolic.symbolic.png \ + dash-symbolic.svg \ + check-symbolic.svg + +EXTRA_DIST = $(theme_DATA) |