]> git.0d.be Git - empathy.git/blob - data/Makefile.am
Put codec preferences in a configuration file
[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         qq.profile                      \
21         sametime.profile
22
23 desktopdir = $(datadir)/applications
24 desktop_in_files = empathy.desktop.in
25 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
26 @INTLTOOL_DESKTOP_RULE@
27
28 schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
29 schemas_in_files = empathy.schemas.in
30 schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
31 @INTLTOOL_SCHEMAS_RULE@
32
33 streamingprefsdir =  $(datadir)/empathy
34 streamingprefs_DATA =           \
35         codec-preferences
36
37 if GCONF_SCHEMAS_INSTALL
38 install-data-local:
39         if test -z "$(DESTDIR)" ; then \
40           for p in $(schemas_DATA) ; do \
41             GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p ; \
42           done \
43         fi
44 else
45 install-data-local:
46 endif
47
48 htmldir = $(datadir)/empathy
49 html_DATA = Template.html
50
51 EXTRA_DIST =                            \
52         $(profile_DATA)                 \
53         $(desktop_in_files)             \
54         $(desktop_DATA)                 \
55         $(schemas_in_files)             \
56         $(schemas_DATA)                 \
57         $(html_DATA)
58
59 DISTCLEANFILES =                        \
60         $(desktop_DATA)         \
61         $(schemas_DATA)
62