summaryrefslogtreecommitdiff
path: root/settings.am
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-09-26 10:46:27 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-01 12:32:20 +0200
commit8fb8ea2f9cec925ac58ef6dce9d114899eaf962e (patch)
tree64854062a9184cc957b7a70a422a609b3576fa32 /settings.am
parentb0d75f5b0ccb4bbe90663bb22dc92daece8c5fcd (diff)
gui: Add a gsettings schema
Diffstat (limited to 'settings.am')
-rw-r--r--settings.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/settings.am b/settings.am
new file mode 100644
index 0000000..06642db
--- /dev/null
+++ b/settings.am
@@ -0,0 +1,20 @@
+# disfluid, implementation of the Solid specification
+# Copyright (C) 2021 Vivien Kraus
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+gsettings_SCHEMAS = %reldir%/eu.planete_kraus.Disfluid.gschema.xml
+EXTRA_DIST += %reldir%/eu.planete_kraus.Disfluid.gschema.xml.in
+
+@GSETTINGS_RULES@