mirror of https://github.com/neutrinolabs/xrdp
added defautl.pa
This commit is contained in:
parent
434372dbe4
commit
1d1eb037f3
|
@ -193,6 +193,7 @@ AC_CONFIG_FILES([Makefile
|
|||
instfiles/pam.d/Makefile
|
||||
instfiles/init.d/Makefile
|
||||
instfiles/default/Makefile
|
||||
instfiles/pulse/Makefile
|
||||
genkeymap/Makefile
|
||||
xrdpapi/Makefile
|
||||
xrdpvr/Makefile
|
||||
|
|
|
@ -5,7 +5,8 @@ xrdp.service
|
|||
SUBDIRS = \
|
||||
pam.d \
|
||||
init.d \
|
||||
default
|
||||
default \
|
||||
pulse
|
||||
|
||||
if HAVE_SYSTEMD
|
||||
systemdsystemunit_DATA = \
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
EXTRA_DIST = default.pa
|
||||
pulsedir=$(sysconfdir)/xrdp/pulse
|
||||
pulse_DATA = default.pa
|
Loading…
Reference in New Issue