]> git.0d.be Git - empathy.git/blob - data/Makefile.am
Adding groupwise profile. Fixes bug #517776 (Vincent Untz).
[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         groupwise.profile
16
17 autostartdir = $(sysconfdir)/xdg/autostart
18 autostart_in_files = empathy.desktop.in
19 autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
20 @INTLTOOL_DESKTOP_RULE@
21
22 schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
23 schemas_in_files = empathy.schemas.in
24 schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
25 @INTLTOOL_SCHEMAS_RULE@
26
27 if GCONF_SCHEMAS_INSTALL
28 install-data-local:
29         if test -z "$(DESTDIR)" ; then \
30           for p in $(schemas_DATA) ; do \
31             GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
32           done \
33         fi
34 else
35 install-data-local:
36 endif
37
38 EXTRA_DIST =                            \
39         $(profile_DATA)                 \
40         $(autostart_in_files)           \
41         $(autostart_DATA)               \
42         $(schemas_in_files)             \
43         $(schemas_DATA)
44
45 DISTCLEANFILES =                        \
46         $(autostart_DATA)               \
47         $(schemas_DATA)
48