]> git.0d.be Git - empathy.git/blob - data/Makefile.am
Rename icons to follow fd.o icon naming spec. Move icons to the right
[empathy.git] / data / Makefile.am
1 SUBDIRS = icons
2
3 profiledir = $(datadir)/mission-control/profiles
4 profile_DATA =                          \
5         jabber.profile                  \
6         gtalk.profile                   \
7         salut.profile                   \
8         irc.profile                     \
9         msn.profile                     \
10         sofiasip.profile                \
11         aim.profile
12
13 autostartdir = $(sysconfdir)/xdg/autostart
14 autostart_in_files = empathy.desktop.in
15 autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
16 @INTLTOOL_DESKTOP_RULE@
17
18 schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
19 schemas_in_files = empathy.schemas.in
20 schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
21 @INTLTOOL_SCHEMAS_RULE@
22
23 if GCONF_SCHEMAS_INSTALL
24 install-data-local:
25         if test -z "$(DESTDIR)" ; then \
26           for p in $(schemas_DATA) ; do \
27             GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
28           done \
29         fi
30 else
31 install-data-local:
32 endif
33
34 EXTRA_DIST =                            \
35         $(profile_DATA)                 \
36         $(autostart_in_files)           \
37         $(autostart_DATA)               \
38         $(schemas_in_files)             \
39         $(schemas_DATA)
40
41 DISTCLEANFILES =                        \
42         $(autostart_DATA)               \
43         $(schemas_DATA)
44