[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v1.0-dev-151-gbc43fe5
Colin Guthrie
gitmailer-noreply at 0pointer.de
Mon Mar 14 09:32:13 PDT 2011
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 dda564f50b55340ff4bfbaa8d6d6fc6427f764f4 (commit)
- Log -----------------------------------------------------------------
bc43fe5 build-sys: No need to create folder for echo-cancel module.
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit bc43fe5c60a64a58a4b6999aa088a9df3c03aaad
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Mon Mar 14 16:31:00 2011 +0000
build-sys: No need to create folder for echo-cancel module.
The ORCC stage does this anyway (and this was buggy anyway as it had an extra
'src/' prefix so never worked properly when it was introduced in d6cdd80).
Thanks to Maarten Bosmans for pointing it out.
diff --git a/src/Makefile.am b/src/Makefile.am
index 2ab6355..71ad19b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1335,7 +1335,7 @@ $(SYMDEF_FILES): modules/module-defs.h.m4
.PHONY: builddirs
builddirs:
- $(AM_V_at)$(MKDIR_P) daemon modules src/modules/echo-cancel
+ $(AM_V_at)$(MKDIR_P) daemon modules
# Simple protocol
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list