diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-30 18:05:38 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-30 18:05:38 +0200 |
commit | 2c7e388f4c07365b5b6ff664b9209f57108db612 (patch) | |
tree | a0db0d505b461345d4290649f5e775205ccc1a95 /Makefile.am | |
parent | 9a7d6ada0a9b9a9df608a01b78581fe1075c5b56 (diff) | |
download | mate-control-center-2c7e388f4c07365b5b6ff664b9209f57108db612.tar.bz2 mate-control-center-2c7e388f4c07365b5b6ff664b9209f57108db612.tar.xz |
Fixes for make dist and make distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 56dd2d30..3c5145f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,9 +55,9 @@ MAINTAINERCLEANFILES = \ `find "$(srcdir)" -type f -name Makefile.in -print` EXTRA_DIST = \ - $(gsettings_schemas_in_in) \ + org.mate.control-center.gschema.xml.in.in \ + org.mate.control-center.keybinding.gschema.xml.in.in \ $(convert_DATA) \ - MAINTAINERS \ mate-doc-utils.make DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb |