diff options
author | infirit <[email protected]> | 2013-11-28 21:10:34 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2013-12-17 15:27:03 +0000 |
commit | c728a7cd0564032e055eee82daf190c2b3a39d37 (patch) | |
tree | cc003f77f150d7b340f3446ea110d1c94766a00d | |
parent | ac3337718bd6b0e11bcb80cbd31b6faceb29d6e6 (diff) | |
download | mate-netbook-c728a7cd0564032e055eee82daf190c2b3a39d37.tar.bz2 mate-netbook-c728a7cd0564032e055eee82daf190c2b3a39d37.tar.xz |
Fix EXTRADIST for maximus schemas
-rw-r--r-- | maximus/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maximus/Makefile.am b/maximus/Makefile.am index 884fb22..69950eb 100644 --- a/maximus/Makefile.am +++ b/maximus/Makefile.am @@ -32,6 +32,8 @@ mate_maximus_SOURCES = \ @INTLTOOL_XML_NOMERGE_RULE@ gsettings_SCHEMAS = org.mate.maximus.gschema.xml + +gsettings_SCHEMAS_in_in = $(gsettings_SCHEMAS:.xml=.xml.in.in) @GSETTINGS_RULES@ %.gschema.xml.in: %.gschema.xml.in.in Makefile @@ -43,4 +45,4 @@ convert_DATA = mate-maximus.convert desktopdir=$(sysconfdir)/xdg/autostart dist_desktop_DATA=mate-maximus-autostart.desktop -EXTRA_DIST = $(schema_DATA) $(convert_DATA) +EXTRA_DIST = $(gsettings_SCHEMAS_in_in) $(convert_DATA) |