]> code.delx.au - pulseaudio/commitdiff
alsa: Fix mixer path when running from build tree
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Sun, 14 Apr 2013 05:54:41 +0000 (11:24 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Sun, 14 Apr 2013 05:57:41 +0000 (11:27 +0530)
The mixer paths are not available in ${builddir} - we need to look in
${srcdir}. This should fix running an in-tree build without make install
as well as alsa-mixer-path-test in make distcheck.

Since the most straightforward way to define PA_SRCDIR was in
Makefile.am, I'm moving PA_BUILDDIR there as well for consistency.


No differences found