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