diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-02-22 22:11:57 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-02-22 22:11:57 -0800 |
commit | 7642675ddf971bdaf958c560b6e39109cd317d9a (patch) | |
tree | 4c656f69a681d3cabb273cf2ba4077c21fdfe5f6 /instfiles/pulse | |
parent | f100036cd9e2b65fd8fdc315b176bcca4dd09a51 (diff) | |
download | xrdp-proprietary-7642675ddf971bdaf958c560b6e39109cd317d9a.tar.gz xrdp-proprietary-7642675ddf971bdaf958c560b6e39109cd317d9a.zip |
Use "dist_" prefix to minimize use of EXTRA_DIST
"dist" is ignored in presense of "noinst", so keep noinst_man_MANS.
Diffstat (limited to 'instfiles/pulse')
-rw-r--r-- | instfiles/pulse/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/instfiles/pulse/Makefile.am b/instfiles/pulse/Makefile.am index fcd9ee4b..72b80d10 100644 --- a/instfiles/pulse/Makefile.am +++ b/instfiles/pulse/Makefile.am @@ -1,3 +1,2 @@ -EXTRA_DIST = default.pa -pulsedir=$(sysconfdir)/xrdp/pulse -pulse_DATA = default.pa +pulsedir = $(sysconfdir)/xrdp/pulse +dist_pulse_DATA = default.pa |