diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-03 15:44:47 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-03 15:44:47 +0200 |
commit | 1555690252d2066edf6297e3a9e579ae522c2ada (patch) | |
tree | 5157e69bda5b2accc34c803a32c3324374f66221 /schemas/Makefile.am | |
parent | a620d6cdacb44dd52b6453fbe6576ae6cded71b4 (diff) | |
download | mate-desktop-1555690252d2066edf6297e3a9e579ae522c2ada.tar.bz2 mate-desktop-1555690252d2066edf6297e3a9e579ae522c2ada.tar.xz |
add gsetting schemas from deprecated libmate
Diffstat (limited to 'schemas/Makefile.am')
-rw-r--r-- | schemas/Makefile.am | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am new file mode 100644 index 0000000..f415f72 --- /dev/null +++ b/schemas/Makefile.am @@ -0,0 +1,28 @@ +gsettings_SCHEMAS = \ + org.mate.accessibility-keyboard.gschema.xml \ + org.mate.accessibility-startup.gschema.xml \ + org.mate.applications-at-mobility.gschema.xml \ + org.mate.applications-at-visual.gschema.xml \ + org.mate.applications-browser.gschema.xml \ + org.mate.applications-office.gschema.xml \ + org.mate.applications-terminal.gschema.xml \ + org.mate.background.gschema.xml \ + org.mate.file-views.gschema.xml \ + org.mate.interface.gschema.xml \ + org.mate.lockdown.gschema.xml \ + org.mate.peripherals-keyboard.gschema.xml \ + org.mate.peripherals-mouse.gschema.xml \ + org.mate.sound.gschema.xml \ + org.mate.thumbnail-cache.gschema.xml \ + org.mate.thumbnailers.gschema.xml \ + org.mate.typing-break.gschema.xml +@GSETTINGS_RULES@ + +org.mate.background.gschema.xml: org.mate.background.gschema.xml.in Makefile + $(AM_V_GEN) $(SED) -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/org.mate.background.gschema.xml.in > org.mate.background.gschema.xml + +EXTRA_DIST = \ + $(gsettings_SCHEMAS) + +CLEANFILES = \ + org.mate.background.gschema.xml |