]> git.0d.be Git - empathy.git/blob - pixmaps/Makefile.am
6143ddc2e887224296fa1dab9f1ec7df67b9ca83
[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: update-icon-cache
19 uninstall-hook: update-icon-cache
20 update-icon-cache:
21         @-if test -z "$(DESTDIR)"; then \
22                 echo "Updating Gtk icon cache."; \
23                 $(gtk_update_icon_cache); \
24         else \
25                 echo "*** Icon cache not updated.  After (un)install, run this:"; \
26                 echo "***   $(gtk_update_icon_cache)"; \
27         fi
28
29 EXTRA_DIST =            \
30         $(image_DATA)
31
32