[rygel] playbin: Set log domain only for the plugin



commit 6b19ad963adf6068adb9531eba8e0302f9f38608
Author: Jens Georg <mail jensge org>
Date:   Fri Jun 22 13:18:53 2012 +0200

    playbin: Set log domain only for the plugin

 src/plugins/playbin/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/playbin/Makefile.am b/src/plugins/playbin/Makefile.am
index dd82d58..8c9b4ff 100644
--- a/src/plugins/playbin/Makefile.am
+++ b/src/plugins/playbin/Makefile.am
@@ -16,9 +16,8 @@ rygel-renderer.h rygel-renderer-1.0.vapi: librygel_renderer_la_vala.stamp
 
 plugin_LTLIBRARIES = librygel-playbin.la
 
-AM_CFLAGS += -DG_LOG_DOMAIN='"Playbin"'
-
 librygel_playbin_la_SOURCES = rygel-module.vala rygel-renderer-1.0.vapi
+librygel_playbin_la_CFLAGS = $(AM_CFLAGS) -DG_LOG_DOMAIN='"Playbin"'
 librygel_playbin_la_VALAFLAGS = $(RYGEL_COMMON_PLUGIN_VALAFLAGS)
 librygel_playbin_la_LIBADD = $(RYGEL_COMMON_LIBS) librygel-renderer.la
 librygel_playbin_la_LDFLAGS = $(RYGEL_PLUGIN_LINKER_FLAGS)



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