summaryrefslogtreecommitdiff
path: root/maximus/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-03-24 22:16:36 +0100
committerStefano Karapetsas <[email protected]>2013-03-24 22:16:36 +0100
commitcfe1f6740406576310ae3754e68f0b70033fb6f6 (patch)
tree7fc7fae27fa8e3ad49c97452cb06961618f16325 /maximus/Makefile.am
parent095df2cf62ea1e83dc878d0a813a94ffcc7f9176 (diff)
parent5425679e415acf70ec1ea636696e303efb0516f0 (diff)
downloadmate-netbook-cfe1f6740406576310ae3754e68f0b70033fb6f6.tar.bz2
mate-netbook-cfe1f6740406576310ae3754e68f0b70033fb6f6.tar.xz
Merge branch 'master' of github.com:mate-desktop/mate-netbook
Diffstat (limited to 'maximus/Makefile.am')
-rw-r--r--maximus/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/maximus/Makefile.am b/maximus/Makefile.am
index 265f76f..884fb22 100644
--- a/maximus/Makefile.am
+++ b/maximus/Makefile.am
@@ -37,7 +37,10 @@ gsettings_SCHEMAS = org.mate.maximus.gschema.xml
%.gschema.xml.in: %.gschema.xml.in.in Makefile
$(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
+convertdir = $(datadir)/MateConf/gsettings
+convert_DATA = mate-maximus.convert
+
desktopdir=$(sysconfdir)/xdg/autostart
dist_desktop_DATA=mate-maximus-autostart.desktop
-EXTRA_DIST = $(schema_DATA)
+EXTRA_DIST = $(schema_DATA) $(convert_DATA)