summaryrefslogtreecommitdiff
path: root/24x24/stock
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-03-22 22:56:22 +0000
committerRodney Dawes <dobey@src.gnome.org>2005-03-22 22:56:22 +0000
commitf1e1772aeafd0f5d493a589e6b35508efbed64df (patch)
tree68437832cd94fe3971004f936144146d32a3f027 /24x24/stock
parent31815402e4dd6ce0625121e583adde060e2572cc (diff)
downloadadwaita-icon-theme-f1e1772aeafd0f5d493a589e6b35508efbed64df.tar.gz
Update for 2.10.1 releaseGNOME_ICON_THEME_2_10_1
2005-03-22 Rodney Dawes <dobey@novell.com> * configure.in, NEWS: Update for 2.10.1 release * (16x16,24x24)/stock/net/Makefile.am: Install symlinks for the old gnome-fs-locally-shared and gnome-fs-share-private icon names
Diffstat (limited to '24x24/stock')
-rw-r--r--24x24/stock/net/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/24x24/stock/net/Makefile.am b/24x24/stock/net/Makefile.am
index d341ee789..a476aaaf9 100644
--- a/24x24/stock/net/Makefile.am
+++ b/24x24/stock/net/Makefile.am
@@ -53,8 +53,15 @@ icon_DATA =\
stock_outbox.png \
stock_post-message.png \
stock_sent-mail.png \
+ stock_shared-by-me.png \
+ stock_shared-to-me.png \
stock_spam.png \
stock_video-conferencing.png \
$(NULL)
EXTRA_DIST = $(icon_DATA)
+
+install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(icondir)/../../filesystems
+ ln -sf $(icondir)/stock_shared-by-me.png $(DESTDIR)$(icondir)/../../filesystems/gnome-fs-locally-shared.png
+ ln -sf $(icondir)/stock_shared-to-me.png $(DESTDIR)$(icondir)/../../filesystems/gnome-fs-share-private.png