blob: ac926f8324d1cd39edd10ac33eefcd0c63909384 (
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
|
desktop_gschemas_in = \
org.mate.accessibility-keyboard.gschema.xml.in \
org.mate.accessibility-startup.gschema.xml.in \
org.mate.applications-at-mobility.gschema.xml.in \
org.mate.applications-at-visual.gschema.xml.in \
org.mate.applications-browser.gschema.xml.in \
org.mate.applications-calculator.gschema.xml.in \
org.mate.applications-office.gschema.xml.in \
org.mate.applications-terminal.gschema.xml.in \
org.mate.background.gschema.xml.in \
org.mate.debug.gschema.xml.in \
org.mate.file-views.gschema.xml.in \
org.mate.interface.gschema.xml.in \
org.mate.lockdown.gschema.xml.in \
org.mate.peripherals-keyboard.gschema.xml.in \
org.mate.peripherals-mouse.gschema.xml.in \
org.mate.sound.gschema.xml.in \
org.mate.thumbnail-cache.gschema.xml.in \
org.mate.thumbnailers.gschema.xml.in \
org.mate.typing-break.gschema.xml.in
@INTLTOOL_XML_NOMERGE_RULE@
gsettings_SCHEMAS = $(desktop_gschemas_in:.xml.in=.xml)
@GSETTINGS_RULES@
EXTRA_DIST = \
$(desktop_gschemas_in)
CLEANFILES = \
$(gsettings_SCHEMAS) \
*.gschema.valid
|