summaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: 3d293bd81767385ca3ddd53d3be3f636b2ca7d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
gsettings_SCHEMAS = \
	im.telepathy.MissionControl.FromEmpathy.gschema.xml \
	$(NULL)
@GSETTINGS_RULES@

# We build our own schema cache here for the benefit of the test suite
noinst_DATA = gschemas.compiled
gschemas.compiled: $(gsettings_SCHEMAS)
	$(AM_V_GEN)$(GLIB_COMPILE_SCHEMAS) --targetdir=$(builddir) $(srcdir)

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

CLEANFILES = $(noinst_DATA)