diff options
| author | Brandon Wooldridge <admin@shadox.net> | 2018-08-02 15:24:46 -0700 |
|---|---|---|
| committer | Brandon Wooldridge <admin@shadox.net> | 2018-08-02 15:24:46 -0700 |
| commit | 8427c3601bcf5bebedef149eae7cb8d6854bcfbb (patch) | |
| tree | a171fcc5e0e510d1781a11e249da6f8c01f6cc4b | |
| parent | a9e2dcc99ff97f0590d6723a48c28b90e467d5f2 (diff) | |
| download | xrdp-proprietary-8427c3601bcf5bebedef149eae7cb8d6854bcfbb.tar.gz xrdp-proprietary-8427c3601bcf5bebedef149eae7cb8d6854bcfbb.zip | |
Corrected spacing between arguments to `cc` for Pulseaudio chanserv Makefile
| -rw-r--r-- | sesman/chansrv/pulse/Makefile | 2 |
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 |
