summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-02-27 23:09:52 +0100
committerMaarten Bosmans <mkbosmans@gmail.com>2011-03-19 13:38:37 +0100
commiteb833da5700048953837bc75d42575ac771b2e67 (patch)
tree36cbe39838110a2bb3b4983892cb49dc7167555a /src/Makefile.am
parent8852b80df865098a7c2895904fac99b6b1e23fbd (diff)
Find modules and config files relative to the installed libraries.
Do not use replace %PULSE_ROOT% from the environment.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d49d91c7..b57172b9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 #