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

gsettings_SCHEMAS = \
	schema/org.gnome.crypto.cache.gschema.xml

@GSETTINGS_RULES@

convertdir = $(datarootdir)/GConf/gsettings
convert_DATA = \
	schema/org.gnome.crypto.cache.convert

noinst_DATA += gschemas.compiled

gschemas.compiled: $(gsettings_SCHEMAS)
	$(AM_V_GEN) glib-compile-schemas --strict .

CLEANFILES += \
	gschemas.compiled

EXTRA_DIST += \
	$(convert_DATA) \
	$(gsettings_SCHEMAS)