diff options
author | infirit <[email protected]> | 2014-06-25 16:56:57 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-25 17:22:42 +0200 |
commit | 6dde73c669ffea065cdb8a21ce80e128962a1cb6 (patch) | |
tree | 622bbde74fe9db10a330331b494ddc1ede22d820 /desktop-themes/Shiny/metacity-1/Makefile.am | |
parent | ebfdf71c7a87e4f56ba8631a58b7a27bb3767742 (diff) | |
download | mate-themes-6dde73c669ffea065cdb8a21ce80e128962a1cb6.tar.bz2 mate-themes-6dde73c669ffea065cdb8a21ce80e128962a1cb6.tar.xz |
Shiny: Move theme files into desktop-themes
In preparation for the Gtk+ 3 theme
Diffstat (limited to 'desktop-themes/Shiny/metacity-1/Makefile.am')
-rw-r--r-- | desktop-themes/Shiny/metacity-1/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/Shiny/metacity-1/Makefile.am b/desktop-themes/Shiny/metacity-1/Makefile.am new file mode 100644 index 00000000..a851d69f --- /dev/null +++ b/desktop-themes/Shiny/metacity-1/Makefile.am @@ -0,0 +1,8 @@ +THEME_NAME=Shiny + +themedir = $(datadir)/themes/$(THEME_NAME)/metacity-1 + +theme_DATA = \ + metacity-theme-1.xml + +EXTRA_DIST = $(theme_DATA) |