[rhythmbox] remove references to SOUP_CFLAGS and SOUP_LIBS



commit c800846a0f399dd73748cbada6621fe9b2141762
Author: Christophe Fergeau <cfergeau mandriva com>
Date:   Sat Oct 10 11:30:29 2009 +0200

    remove references to SOUP_CFLAGS and SOUP_LIBS
    
    These Makefile variables are no longer defined

 doc/reference/Makefile.am |    2 --
 tests/Makefile.am         |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index f8ca2c6..31601be 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -75,7 +75,6 @@ INCLUDES=\
 	-I$(top_srcdir)/backends \
 	$(DBUS_CFLAGS) \
 	$(IPOD_CFLAGS) \
-	$(SOUP_CFLAGS) \
 	$(RHYTHMBOX_CFLAGS)
 	
 if ENABLE_PYTHON
@@ -89,7 +88,6 @@ GTKDOC_LIBS=\
 	$(TOTEM_PLPARSER_LIBS)				\
 	$(HAL_LIBS)					\
 	$(DBUS_LIBS)					\
-	$(SOUP_LIBS)					\
 	$(RHYTHMBOX_LIBS)				\
 	$(MORE_GTKDOC_LIBS)
 
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ec0f3dd..f0bfa7a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -51,7 +51,6 @@ INCLUDES = 							\
 	-DG_LOG_DOMAIN=\"Rhythmbox-tests\"			\
 	-I$(top_srcdir) 					\
 	$(RHYTHMBOX_CFLAGS)					\
-	$(SOUP_CFLAGS)						\
 	-I$(top_srcdir)/lib					\
 	-I$(top_srcdir)/metadata				\
 	-I$(top_srcdir)/widgets					\



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