From c1d50a853450bbf553990d515ddbdd01ae23601b Mon Sep 17 00:00:00 2001 From: Brandon Wooldridge Date: Thu, 2 Aug 2018 15:24:46 -0700 Subject: [PATCH] Corrected spacing between arguments to `cc` for Pulseaudio chanserv Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7497722..de53ff6 100644 --- a/Makefile +++ b/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