diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2010-07-16 01:11:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 09:30:00 +0800 |
commit | 0bb1f50ded812857493a22a260fe2a7cd0b30bc7 (patch) | |
tree | 5c299228c7e9075528dd99882ddbb86af4cd775a /data/Makefile.am | |
parent | 5bcd16f4d7bd1f5fa61b00ce69c335e5451d3aae (diff) | |
download | gsoc2013-evolution-0bb1f50ded812857493a22a260fe2a7cd0b30bc7.tar.gz gsoc2013-evolution-0bb1f50ded812857493a22a260fe2a7cd0b30bc7.tar.zst gsoc2013-evolution-0bb1f50ded812857493a22a260fe2a7cd0b30bc7.zip |
Add content for tabs.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index b02037b37c..3b17a94a3a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -13,6 +13,31 @@ autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) mimedir = $(datadir)/mime-info dist_mime_DATA = evolution.mime +themedir = $(privdatadir)/theme +dist_theme_DATA = \ + default.css \ + tab-bar-background.png \ + tab-switcher.png \ + tab-switcher-hover.png \ + tab-switcher-close.png \ + tab-switcher-close-hover.png \ + tab-inactive-hover.png \ + tab-inactive.png \ + tab-active.png \ + tab-inactive-hover-private.png \ + tab-inactive-private.png \ + tab-active-private.png \ + close-on-tab.png \ + close-on-tab-hover.png \ + preview-tab-inactive.png \ + preview-tab-active.png \ + preview-tab-hover.png \ + preview-tab-inactive-private.png \ + preview-tab-active-private.png \ + preview-tab-hover-private.png \ + tab-add.png \ + tab-add-hover.png + if HAVE_KDE_APPLNK kdedesktopdir = $(KDE_APPLNK_DIR)/Applications |