blob: 1f614e572b10ebbb5bb89322d8d53ec36d442c63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
gsettings_SCHEMAS = \
org.gnome.crypto.cache.gschema.xml
@GSETTINGS_RULES@
convert_DATA = \
org.gnome.crypto.cache.convert
convertdir = \
$(datarootdir)/GConf/gsettings
all-local: gschemas.compiled
gschemas.compiled: $(gsettings_SCHEMAS)
glib-compile-schemas --strict .
DISTCLEAN = \
gschemas.compiled
EXTRA_DIST = \
$(convert_DATA) \
$(gsettings_SCHEMAS)
|