summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-22 23:18:26 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-22 23:19:37 +0200
commita3da855cddff3c3c71311af6ce3e7629a459024d (patch)
tree7ed8cad6256f74fb83632f608891ceeb32e1f59a /data/Makefile.am
parentd9e1e04c09a99b2a507e071f434fd394f4781051 (diff)
Add application config for GUI
QT5 stored in .config/org.the_jk/tp.Monitor.conf on Linux GTK stored in dconf
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..98066a8
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,9 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+
+gsettings_SCHEMAS = tp-monitor-gtk.gschema.xml
+EXTRA_DIST = $(gsettings_SCHEMAS)
+
+if HAVE_GTK
+@GSETTINGS_RULES@
+endif