[gnome-shell] build: Really remove build time dependency on tp-logger



commit 5bcead5b5c561fa836c092f816992db0ceca29b4
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Mar 6 13:32:55 2013 +0100

    build: Really remove build time dependency on tp-logger
    
    Commit 00eb764880d7 removed the dependency from configure, but kept
    the gir include. Remove that as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695272

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 6a6bb24..5afff40 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -287,7 +287,7 @@ libgnome_shell_la_LIBADD =          \
 libgnome_shell_la_CPPFLAGS = $(gnome_shell_cflags)
 
 Shell-0.1.gir: libgnome-shell.la St-1.0.gir
-Shell_0_1_gir_INCLUDES = Clutter-1.0 ClutterX11-1.0 Meta-3.0 TelepathyGLib-0.12 TelepathyLogger-0.2 Soup-2.4 
GMenu-3.0 NetworkManager-1.0 NMClient-1.0
+Shell_0_1_gir_INCLUDES = Clutter-1.0 ClutterX11-1.0 Meta-3.0 TelepathyGLib-0.12 Soup-2.4 GMenu-3.0 
NetworkManager-1.0 NMClient-1.0
 Shell_0_1_gir_CFLAGS = $(libgnome_shell_la_CPPFLAGS) -I $(srcdir)
 Shell_0_1_gir_LIBS = libgnome-shell.la
 Shell_0_1_gir_FILES = $(libgnome_shell_la_gir_sources)


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