diff options
Diffstat (limited to 'desktop-themes/Shiny/gtk-3.0/apps/Makefile.am')
-rw-r--r-- | desktop-themes/Shiny/gtk-3.0/apps/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am b/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am new file mode 100644 index 00000000..3e33dc22 --- /dev/null +++ b/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am @@ -0,0 +1,16 @@ +THEMA_NAME=Shiny + +themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0/apps + +theme_DATA = \ + baobab.css \ + gedit.css \ + gnome-applications.css \ + gnome-panel.css \ + gnome-system-log.css \ + gnome-terminal.css \ + nautilus.css \ + unity.css \ + unity-greeter.css + +EXTRA_DIST = $(theme_DATA) |