]> git.0d.be Git - empathy.git/blob - pixmaps/Makefile.am
[darcs-to-svn @ Syncing new contact list stuff from gossip]
[empathy.git] / pixmaps / Makefile.am
1 imagedir = $(datadir)/empathy
2
3 image_DATA =                            \
4         gossip-offline.png              \
5         gossip-available.png            \
6         gossip-busy.png                 \
7         gossip-away.png                 \
8         gossip-extended-away.png        \
9         gossip-pending.png              \
10         gossip-message.png              \
11         gossip-typing.png               \
12         gossip-group-message.png        \
13         vcard_16.png                    \
14         vcard_48.png
15
16 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
17
18 install-data-hook:
19         @-if test -z "$(DESTDIR)"; then \
20                 echo "Updating Gtk icon cache."; \
21                 $(gtk_update_icon_cache); \
22         else \
23                 echo "*** Icon cache not updated.  After install, run this:"; \
24                 echo "***   $(gtk_update_icon_cache)"; \
25         fi
26
27 EXTRA_DIST =            \
28         $(image_DATA)
29
30