]> git.0d.be Git - empathy.git/blob - data/Makefile.am
Added empathy-properties desktop file to configure MC accounts from the GNOME panel...
[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         ekiga.profile                   \
16         fwd.profile                     \
17         sipphone.profile                \
18         groupwise.profile
19
20 desktopdir = $(datadir)/applications
21 desktop_in_files = empathy.desktop.in empathy-properties.desktop.in
22 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
23 @INTLTOOL_DESKTOP_RULE@
24
25 schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
26 schemas_in_files = empathy.schemas.in
27 schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
28 @INTLTOOL_SCHEMAS_RULE@
29
30 if GCONF_SCHEMAS_INSTALL
31 install-data-local:
32         if test -z "$(DESTDIR)" ; then \
33           for p in $(schemas_DATA) ; do \
34             GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
35           done \
36         fi
37 else
38 install-data-local:
39 endif
40
41 EXTRA_DIST =                            \
42         $(profile_DATA)                 \
43         $(desktop_in_files)             \
44         $(desktop_DATA)         \
45         $(schemas_in_files)             \
46         $(schemas_DATA)
47
48 DISTCLEANFILES =                        \
49         $(desktop_DATA)         \
50         $(schemas_DATA)
51