Skip to content

Instantly share code, notes, and snippets.

@bl8
bl8 / gist:6954333
Created October 12, 2013 20:09
Autotools stuff for GSettings
diff --git a/data/Makefile.am b/data/Makefile.am
index f4af134..3937c2d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -21,15 +21,22 @@ appdatadir = $(datadir)/appdata
dist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
appdata_in_files = banshee.appdata.xml.in
+gsettingsschema_in_files = org.gnome.banshee.gschema.xml.in
+gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)