[gnome-shell] Fix build on certain systems



commit 6505f8e94a3cdd059f6dc5d63016f315e33b9232
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon May 13 18:36:36 2013 -0400

    Fix build on certain systems
    
    The SCANNERFLAGS were wrong here.

 src/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index c0e370e..eeedd0b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -297,8 +297,7 @@ ShellMenu-0.1.gir: libgnome-shell.la
 ShellMenu_0_1_gir_INCLUDES = Gio-2.0
 ShellMenu_0_1_gir_CFLAGS = $(libgnome_shell_la_CPPFLAGS) -I $(srcdir)
 ShellMenu_0_1_gir_LIBS = libgnome-shell.la
-Shell_0_1_gir_SCANNERFLAGS =   \
-       $(if $(BLUETOOTH_DIR),-L $(BLUETOOTH_DIR),)
+ShellMenu_0_1_gir_SCANNERFLAGS = $(if $(BLUETOOTH_DIR),-L $(BLUETOOTH_DIR),)
 ShellMenu_0_1_gir_FILES = \
        gtkactionmuxer.h                \
        gtkactionmuxer.c                \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]