[gnome-shell] Fix build one more time



commit 4d663680d82f0e0d289ac325919acaf002991289
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon May 13 18:38:35 2013 -0400

    Fix build one more time
    
    Third time's the charm.

 src/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index eeedd0b..13e0cbb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -297,7 +297,6 @@ 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
-ShellMenu_0_1_gir_SCANNERFLAGS = $(if $(BLUETOOTH_DIR),-L $(BLUETOOTH_DIR),)
 ShellMenu_0_1_gir_FILES = \
        gtkactionmuxer.h                \
        gtkactionmuxer.c                \
@@ -308,7 +307,9 @@ ShellMenu_0_1_gir_FILES = \
        gtkmenutrackeritem.c            \
        gtkmenutrackeritem.h            \
        $(NULL)
-ShellMenu_0_1_gir_SCANNERFLAGS = --namespace=ShellMenu --identifier-prefix=Gtk
+ShellMenu_0_1_gir_SCANNERFLAGS =       \
+       --namespace=ShellMenu --identifier-prefix=Gtk \
+       $(if $(BLUETOOTH_DIR),-L $(BLUETOOTH_DIR),)
 INTROSPECTION_GIRS += ShellMenu-0.1.gir
 CLEANFILES += ShellMenu-0.1.gir
 


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