[glib] Fix the build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix the build
- Date: Tue, 5 Jul 2011 11:32:44 +0000 (UTC)
commit 9c09a48f57c36ce1ceb458bc7708f9b589239d8a
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jul 4 16:03:33 2011 -0400
Fix the build
When renaming a variable from _SCRIPTS to _DATA, it helps to
also rename all references.
gio/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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)
# ------------------------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]