From: Matthias Clasen Date: Mon, 4 Jul 2011 20:03:33 +0000 (-0400) Subject: Fix the build X-Git-Tag: 2.29.10~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c09a48f57c36ce1ceb458bc7708f9b589239d8a;p=platform%2Fupstream%2Fglib.git Fix the build When renaming a variable from _SCRIPTS to _DATA, it helps to also rename all references. --- diff --git a/gio/Makefile.am b/gio/Makefile.am index 1e6d590..7bd6618 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -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) # ------------------------------------------------------------------------