summaryrefslogtreecommitdiff
path: root/contrib/session-helper
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-02-04 17:18:11 +0000
committerRichard Hughes <richard@hughsie.com>2013-02-04 17:18:11 +0000
commit6e50abe65249f67b0245a0d53b31406f1def201c (patch)
tree7aecf1fb342a009eeb749392a9f7a74796b07366 /contrib/session-helper
parent38d948c4ff1c2e9e421704342620bf6eedd085ca (diff)
downloadcolord-6e50abe65249f67b0245a0d53b31406f1def201c.tar.gz
trivial: fix 'make distcheck' by including the gschema in the tarball correctly
Diffstat (limited to 'contrib/session-helper')
-rw-r--r--contrib/session-helper/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/session-helper/Makefile.am b/contrib/session-helper/Makefile.am
index 1dddb22..5a4820a 100644
--- a/contrib/session-helper/Makefile.am
+++ b/contrib/session-helper/Makefile.am
@@ -88,7 +88,7 @@ gsettings_schemas_in_files = org.freedesktop.ColorHelper.gschema.xml.in
gsettings_SCHEMAS = $(gsettings_schemas_in_files:.gschema.xml.in=.gschema.xml)
EXTRA_DIST = \
- $(gsettings_SCHEMAS) \
+ $(gsettings_schemas_in_files) \
$(dbusservicemain_in_files)
DISTCLEANFILES = \