diff options
author | Stefano Karapetsas <[email protected]> | 2014-07-12 10:53:42 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-07-12 10:53:42 +0200 |
commit | b4069f02f08a901f23210b9c104e7562b3fde2a7 (patch) | |
tree | d422312fd8bb98278560685074a7cd7f25c4dcf2 /schemas/Makefile.am | |
parent | 0641be8922a45ebd4f147eccc5813ea089775c1d (diff) | |
download | mate-desktop-b4069f02f08a901f23210b9c104e7562b3fde2a7.tar.bz2 mate-desktop-b4069f02f08a901f23210b9c104e7562b3fde2a7.tar.xz |
Add first version of org.mate.debug GSettings schema
It will allows users to enable in easy way debug for MATE packages
Diffstat (limited to 'schemas/Makefile.am')
-rw-r--r-- | schemas/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am index db1a018..14959d8 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -7,6 +7,7 @@ desktop_gschemas_in_in = \ org.mate.applications-office.gschema.xml.in.in \ org.mate.applications-terminal.gschema.xml.in.in \ org.mate.background.gschema.xml.in.in \ + org.mate.debug.gschema.xml.in.in \ org.mate.file-views.gschema.xml.in.in \ org.mate.interface.gschema.xml.in.in \ org.mate.lockdown.gschema.xml.in.in \ |