From 8427c3601bcf5bebedef149eae7cb8d6854bcfbb Mon Sep 17 00:00:00 2001 From: Brandon Wooldridge Date: Thu, 2 Aug 2018 15:24:46 -0700 Subject: Corrected spacing between arguments to `cc` for Pulseaudio chanserv Makefile --- sesman/chansrv/pulse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sesman') 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 -- cgit v1.2.1