]> code.delx.au - pulseaudio/commit
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)
commit11d8da83d487ecccf0a790b032acdeffef77055a
tree95c604af699749494b5f9953680b9cbef3a66389
parentae559c0724d4f15748bb1e05547c6457adb61ad1
alsa: Fix mixer path when running from build tree

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.
configure.ac
src/Makefile.am
src/modules/alsa/alsa-mixer.c
src/tests/alsa-mixer-path-test.c