[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.11-14-g80428d8

Lennart Poettering gitmailer-noreply at 0pointer.de
Thu Jul 31 12:32:43 PDT 2008


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  5150738333dc9e612fd404b3414e0bf9e74e6051 (commit)

- Log -----------------------------------------------------------------
80428d8... A fix on src/Makefile.am
-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------

commit 80428d80b03b3c26bd25169fa4083e16cf6bfafc
Author: Stanley Cai <stanley.w.cai at gmail.com>
Date:   Thu Jul 31 21:34:47 2008 +0800

    A fix on src/Makefile.am
    
    It needs dbus not hal to build module-console-kit.so
    
    Signed-off-by: Lennart Poettering <lennart at poettering.net>

diff --git a/src/Makefile.am b/src/Makefile.am
index 51fd997..6370719 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1512,8 +1512,8 @@ module_hal_detect_la_CFLAGS = $(AM_CFLAGS) $(HAL_CFLAGS)
 
 module_console_kit_la_SOURCES = modules/module-console-kit.c
 module_console_kit_la_LDFLAGS = -module -avoid-version
-module_console_kit_la_LIBADD = $(AM_LIBADD) $(HAL_LIBS) libpulsecore.la libdbus-util.la
-module_console_kit_la_CFLAGS = $(AM_CFLAGS) $(HAL_CFLAGS)
+module_console_kit_la_LIBADD = $(AM_LIBADD) $(DBUS_LIBS) libpulsecore.la libdbus-util.la
+module_console_kit_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
 
 # GConf support
 module_gconf_la_SOURCES = modules/gconf/module-gconf.c

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list