]> git.0d.be Git - empathy.git/blob - data/Makefile.am
Add a .client and a .service file for empathy-call
[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         org.freedesktop.Telepathy.Client.Empathy.Call.service.in
33
34 servicefile_DATA = $(servicefile_in_files:.service.in=.service)
35
36 org.freedesktop.Telepathy.Client.Empathy.Chat.service: org.freedesktop.Telepathy.Client.Empathy.Chat.service.in
37         $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
38
39 org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service: org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in
40         $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
41
42 org.freedesktop.Telepathy.Client.Empathy.Auth.service: org.freedesktop.Telepathy.Client.Empathy.Auth.service.in
43         $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
44
45 org.freedesktop.Telepathy.Client.Empathy.Call.service: org.freedesktop.Telepathy.Client.Empathy.Call.service.in
46         $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
47
48 clientfiledir = $(datarootdir)/telepathy/clients
49 clientfile_DATA = \
50         Empathy.Chat.client \
51         Empathy.AudioVideo.client \
52         Empathy.Auth.client \
53         Empathy.Call.client
54
55 htmldir = $(datadir)/empathy
56 html_DATA = Template.html
57
58 EXTRA_DIST =                            \
59         $(convert_DATA)                 \
60         $(desktop_in_files)             \
61         $(desktop_DATA)                 \
62         $(schemas_DATA)                 \
63         $(streamingprefs_DATA)          \
64         $(html_DATA)                    \
65         $(clientfile_DATA)              \
66         $(servicefile_in_files)         \
67         $(gsettings_files)              \
68         $(NULL)
69
70 DISTCLEANFILES =                \
71         $(desktop_DATA)         \
72         $(schemas_DATA)         \
73         $(servicefile_DATA)     \
74         $(gsettings_SCHEMAS)    \
75         $(NULL)