]> git.0d.be Git - empathy.git/blob - data/Makefile.am
Merge remote branch 'vminko/fix-573283'
[empathy.git] / data / Makefile.am
1 SUBDIRS = icons
2
3 desktopdir = $(datadir)/applications
4 desktop_in_files = \
5         empathy.desktop.in \
6         empathy-accounts.desktop.in \
7         $(NULL)
8 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
9 @INTLTOOL_DESKTOP_RULE@
10
11 gsettings_files = \
12         org.gnome.Empathy.gschema.xml.in \
13         $(NULL)
14 gsettings_SCHEMAS = $(gsettings_files:.xml.in=.xml)
15 @INTLTOOL_XML_NOMERGE_RULE@
16 @GSETTINGS_RULES@
17
18 convertdir = $(datarootdir)/GConf/gsettings
19 convert_DATA = \
20         empathy.convert
21
22 streamingprefsdir =  $(datadir)/empathy
23 streamingprefs_DATA =           \
24         codec-preferences       \
25         element-properties
26
27 servicefiledir = $(datadir)/dbus-1/services
28 servicefile_in_files = \
29         org.freedesktop.Telepathy.Client.Empathy.Chat.service.in \
30         org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in \
31         org.freedesktop.Telepathy.Client.Empathy.Auth.service.in
32
33 servicefile_DATA = $(servicefile_in_files:.service.in=.service)
34
35 org.freedesktop.Telepathy.Client.Empathy.Chat.service: org.freedesktop.Telepathy.Client.Empathy.Chat.service.in
36         $(AM_V_GEN)sed -e "s|[@]bindir[@]|$(bindir)|" $< > $@
37
38 org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service: org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in
39         $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
40
41 org.freedesktop.Telepathy.Client.Empathy.Auth.service: org.freedesktop.Telepathy.Client.Empathy.Auth.service.in
42         $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
43
44 clientfiledir = $(datarootdir)/telepathy/clients
45 clientfile_DATA = \
46         Empathy.Chat.client \
47         Empathy.AudioVideo.client \
48         Empathy.Auth.client
49
50 htmldir = $(datadir)/empathy
51 html_DATA = Template.html
52
53 EXTRA_DIST =                            \
54         $(convert_DATA)                 \
55         $(desktop_in_files)             \
56         $(desktop_DATA)                 \
57         $(schemas_DATA)                 \
58         $(streamingprefs_DATA)          \
59         $(html_DATA)                    \
60         $(clientfile_DATA)              \
61         $(servicefile_in_files)         \
62         $(gsettings_files)              \
63         $(NULL)
64
65 DISTCLEANFILES =                \
66         $(desktop_DATA)         \
67         $(schemas_DATA)         \
68         $(servicefile_DATA)     \
69         $(gsettings_SCHEMAS)    \
70         $(NULL)