Fix the build

When renaming a variable from _SCRIPTS to _DATA, it helps to
also rename all references.
This commit is contained in:
Matthias Clasen 2011-07-04 16:03:33 -04:00
parent 34e571c466
commit 9c09a48f57

View File

@ -627,7 +627,7 @@ completiondir = $(sysconfdir)/bash_completion.d
completion_DATA = \
gdbus-bash-completion.sh \
gsettings-bash-completion.sh
EXTRA_DIST += $(completion_SCRIPTS)
EXTRA_DIST += $(completion_DATA)
# ------------------------------------------------------------------------