summaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: 19f40a3b416ffa9636272fab32684bf2cedf6606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = icons

gsettings_SCHEMAS = org.gnome.telepathy-account-widgets.gschema.xml
@GSETTINGS_RULES@

# We need to compile schemas at make time
# to run from source tree
gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid)
	$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. .

all-local: gschemas.compiled

EXTRA_DIST = 				\
	$(schemas_DATA)			\
	$(gsettings_SCHEMAS)		\
	$(NULL)

DISTCLEANFILES = 		\
	$(schemas_DATA)		\
	gschemas.compiled	\
	$(NULL)