mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
Fix the build
When renaming a variable from _SCRIPTS to _DATA, it helps to also rename all references.
This commit is contained in:
parent
34e571c466
commit
9c09a48f57
@ -627,7 +627,7 @@ completiondir = $(sysconfdir)/bash_completion.d
|
|||||||
completion_DATA = \
|
completion_DATA = \
|
||||||
gdbus-bash-completion.sh \
|
gdbus-bash-completion.sh \
|
||||||
gsettings-bash-completion.sh
|
gsettings-bash-completion.sh
|
||||||
EXTRA_DIST += $(completion_SCRIPTS)
|
EXTRA_DIST += $(completion_DATA)
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user