]> git.0d.be Git - empathy.git/blob - data/Makefile.am
[darcs-to-svn @ Improve build system]
[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 autostartdir = $(datadir)/gnome/autostart
24 autostart_in_files = empathy.desktop.in
25 autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
26 @INTLTOOL_DESKTOP_RULE@
27
28 EXTRA_DIST =                            \
29         $(image_DATA)                   \
30         $(autostart_DATA)               \
31         $(profile_DATA)
32
33