diff options
Diffstat (limited to 'sesman/chansrv/pulse/Makefile')
-rw-r--r-- | sesman/chansrv/pulse/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sesman/chansrv/pulse/Makefile b/sesman/chansrv/pulse/Makefile index f216f7aa..74977221 100644 --- a/sesman/chansrv/pulse/Makefile +++ b/sesman/chansrv/pulse/Makefile @@ -3,10 +3,8 @@ # # change this to your pulseaudio source directory -PULSE_DIR = /home/lk/pulseaudio-1.1 -# change this if you're using non-default socket directory -SOCK_DIR = /tmp/.xrdp -CFLAGS = -Wall -O2 -I$(PULSE_DIR) -I$(PULSE_DIR)/src -DHAVE_CONFIG_H -fPIC -DXRDP_SOCKET_PATH=\"$(SOCK_DIR)\" +PULSE_DIR = /tmp/pulseaudio-10.0 +CFLAGS = -Wall -O2 -I$(PULSE_DIR) -I$(PULSE_DIR)/src -DHAVE_CONFIG_H -fPIC all: module-xrdp-sink.so module-xrdp-source.so |