From 1d1eb037f311e4f4d97e12d128eb330f57bdfb36 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Tue, 20 May 2014 00:50:41 -0700 Subject: [PATCH] added defautl.pa --- configure.ac | 1 + instfiles/Makefile.am | 3 ++- instfiles/pulse/Makefile.am | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 instfiles/pulse/Makefile.am diff --git a/configure.ac b/configure.ac index 7f4f5810..d11998f8 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/instfiles/Makefile.am b/instfiles/Makefile.am index b7fa3b9b..b1c0ebd0 100644 --- a/instfiles/Makefile.am +++ b/instfiles/Makefile.am @@ -5,7 +5,8 @@ xrdp.service SUBDIRS = \ pam.d \ init.d \ - default + default \ + pulse if HAVE_SYSTEMD systemdsystemunit_DATA = \ diff --git a/instfiles/pulse/Makefile.am b/instfiles/pulse/Makefile.am new file mode 100644 index 00000000..fcd9ee4b --- /dev/null +++ b/instfiles/pulse/Makefile.am @@ -0,0 +1,3 @@ +EXTRA_DIST = default.pa +pulsedir=$(sysconfdir)/xrdp/pulse +pulse_DATA = default.pa