summaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: 78139497c9ad7412bdd29985353323b4dbbef939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

SUBDIRS = icons

NULL =

desktopdir = $(datadir)/applications
desktop_in_files =					\
	goa-prefs.desktop.in				\
	$(NULL)
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)

@INTLTOOL_DESKTOP_RULE@

servicedir       = $(datadir)/dbus-1/services
service_in_files = org.gnome.OnlineAccounts.service.in
service_DATA     = $(service_in_files:.service.in=.service)

$(service_DATA): $(service_in_files) Makefile
	@sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@

pkgdata_DATA =						\
	goapanel.ui					\
	$(NULL)

EXTRA_DIST =						\
	$(desktop_in_files)				\
	$(service_in_files)				\
	$(pkgdata_DATA)					\
	dbus-interfaces.xml				\
	$(NULL)

DISTCLEANFILES =					\
	org.gnome.OnlineAccounts.service		\
	goa-prefs.desktop				\
	$(NULL)

clean-local :
	rm -f *~