summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Wooldridge <admin@shadox.net>2018-08-02 15:24:46 -0700
committerBrandon Wooldridge <admin@shadox.net>2018-08-02 15:24:46 -0700
commit8427c3601bcf5bebedef149eae7cb8d6854bcfbb (patch)
treea171fcc5e0e510d1781a11e249da6f8c01f6cc4b
parenta9e2dcc99ff97f0590d6723a48c28b90e467d5f2 (diff)
downloadxrdp-proprietary-8427c3601bcf5bebedef149eae7cb8d6854bcfbb.tar.gz
xrdp-proprietary-8427c3601bcf5bebedef149eae7cb8d6854bcfbb.zip
Corrected spacing between arguments to `cc` for Pulseaudio chanserv Makefile
-rw-r--r--sesman/chansrv/pulse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/pulse/Makefile b/sesman/chansrv/pulse/Makefile
index 74977221..de53ff69 100644
--- a/sesman/chansrv/pulse/Makefile
+++ b/sesman/chansrv/pulse/Makefile
@@ -4,7 +4,7 @@
# change this to your pulseaudio source directory
PULSE_DIR = /tmp/pulseaudio-10.0
-CFLAGS = -Wall -O2 -I$(PULSE_DIR) -I$(PULSE_DIR)/src -DHAVE_CONFIG_H -fPIC
+CFLAGS = -Wall -O2 -I $(PULSE_DIR) -I $(PULSE_DIR)/src -DHAVE_CONFIG_H -fPIC
all: module-xrdp-sink.so module-xrdp-source.so