[pulseaudio-commits] src/Makefile.am
David Henningsson
diwic at kemper.freedesktop.org
Wed Mar 21 04:31:14 PDT 2012
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 208a49a4837c4439c2f105395da5b5bdc81f0169
Author: David Henningsson <david.henningsson at canonical.com>
Date: Wed Mar 21 11:24:42 2012 +0100
build-sys: padsp target should not be phony
Prevent rebuilding padsp when it's not needed.
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
diff --git a/src/Makefile.am b/src/Makefile.am
index 0451da0..21ac310 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2056,4 +2056,4 @@ $(installmodlibexecLTLIBRARIES): install-pkglibLTLIBRARIES
installpadsplibLTLIBRARIES = install-padsplibLTLIBRARIES
$(installpadsplibLTLIBRARIES): install-libLTLIBRARIES
-.PHONY: padsp massif update-all update-ffmpeg update-sbc update-map-file
+.PHONY: massif update-all update-ffmpeg update-sbc update-map-file
More information about the pulseaudio-commits
mailing list