[glib/g-property] Fix the build



commit 6f91b859118b5a1b0476a6e6b4e4d461df98041f
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]