diff options
author | infirit <[email protected]> | 2013-11-11 14:00:01 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-11 14:01:11 +0100 |
commit | 0b76469f4a9b34d062186401af56e95c7887d8b0 (patch) | |
tree | 153484da2925f328c35c89bfb389ffdb14440c11 | |
parent | 790e6883da6de2ef48c393d283885f5f39a6e868 (diff) | |
download | mate-sensors-applet-0b76469f4a9b34d062186401af56e95c7887d8b0.tar.bz2 mate-sensors-applet-0b76469f4a9b34d062186401af56e95c7887d8b0.tar.xz |
Add gsettings_SCHEMAS_in_in variable
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5f7031f..58c4a32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,8 @@ org.mate.panel.applet.SensorsAppletFactory.service: $(service_in_files) gsettings_SCHEMAS = \ org.mate.sensors-applet.gschema.xml \ org.mate.sensors-applet.sensor.gschema.xml + +gsettings_SCHEMAS_in_in = $(gsettings_SCHEMAS:.xml=.xml.in.in) @GSETTINGS_RULES@ %.gschema.xml.in: %.gschema.xml.in.in Makefile |