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