]> git.0d.be Git - empathy.git/blob - data/Makefile.am
[darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons]
[empathy.git] / data / Makefile.am
1 SUBDIRS = 16x16
2
3 profiledir = $(datadir)/mission-control/profiles
4 profile_DATA =                          \
5         jabber.profile                  \
6         gtalk.profile                   \
7         salut.profile                   \
8         msn.profile
9
10 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
11
12 install-data-hook: update-icon-cache
13 uninstall-hook: update-icon-cache
14 update-icon-cache:
15         @-if test -z "$(DESTDIR)"; then \
16                 echo "Updating Gtk icon cache."; \
17                 $(gtk_update_icon_cache); \
18         else \
19                 echo "*** Icon cache not updated.  After (un)install, run this:"; \
20                 echo "***   $(gtk_update_icon_cache)"; \
21         fi
22
23 EXTRA_DIST =            \
24         $(image_DATA)   \
25         $(profile_DATA)
26
27