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

Lennart Poettering gitmailer-noreply at 0pointer.de
Mon Aug 4 10:07:38 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  0cc674d96198b26cec81b38c32232e95735e4cca (commit)

- Log -----------------------------------------------------------------
580c434... Fix linking
-----------------------------------------------------------------------

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

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

commit 580c4342accdfdee7e38eb5bf76c14bf32134df5
Author: Colin Guthrie <pulse at colin.guthr.ie>
Date:   Sun Aug 3 22:38:13 2008 +0000

    Fix linking
    
    Signed-off-by: Lennart Poettering <lennart at poettering.net>

diff --git a/src/Makefile.am b/src/Makefile.am
index f6828b3..70f08a2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -968,7 +968,7 @@ libtagstruct_la_LIBADD = $(AM_LIBADD) libpulsecore.la $(WINSOCK_LIBS)
 
 libprotocol_esound_la_SOURCES = pulsecore/protocol-esound.c pulsecore/protocol-esound.h pulsecore/esound.h
 libprotocol_esound_la_LDFLAGS = -avoid-version
-libprotocol_esound_la_LIBADD = $(AM_LIBADD) libsocket-server.la libiochannel.la libauthkey.la libpulsecore.la libipacl.la
+libprotocol_esound_la_LIBADD = $(AM_LIBADD) libsocket-server.la libiochannel.la libauthkey.la libauth-cookie.la libpulsecore.la libipacl.la
 
 libauthkey_la_SOURCES = pulsecore/authkey.c pulsecore/authkey.h
 libauthkey_la_LDFLAGS = -avoid-version
@@ -976,7 +976,7 @@ libauthkey_la_LIBADD = $(AM_LIBADD) libpulsecore.la
 
 libauth_cookie_la_SOURCES = pulsecore/auth-cookie.c pulsecore/auth-cookie.h
 libauth_cookie_la_LDFLAGS = -avoid-version
-libauth_cookie_la_LIBADD = $(AM_LIBADD) libpulsecore.la
+libauth_cookie_la_LIBADD = $(AM_LIBADD) libauthkey.la libpulsecore.la
 
 libsocket_util_la_SOURCES = \
 		pulsecore/inet_ntop.c pulsecore/inet_ntop.h \

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list