Find modules and config files relative to the installed libraries.

Do not use replace %PULSE_ROOT% from the environment.
This commit is contained in:
Maarten Bosmans 2011-02-27 23:09:52 +01:00
parent 8852b80df8
commit eb833da570
5 changed files with 67 additions and 86 deletions

View file

@ -37,11 +37,7 @@ dbuspolicydir=$(sysconfdir)/dbus-1/system.d
###################################
PA_BINARY=$(bindir)/pulseaudio$(EXEEXT)
if OS_IS_WIN32
PA_DEFAULT_CONFIG_DIR=%PULSE_ROOT%
else
PA_DEFAULT_CONFIG_DIR=$(pulseconfdir)
endif
###################################
# Compiler/linker flags #