diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-01-29 23:17:38 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-01-29 23:43:49 -0800 |
commit | 4d4289d93cbd62d65fb8237b891319370adaa3a1 (patch) | |
tree | c0eab63524f07c49a1fcccae44a2b8e1a7f5aece /Makefile.am | |
parent | 12cd2f6a1d4aa24fca9046c370cf3b466205220d (diff) | |
download | xrdp-proprietary-4d4289d93cbd62d65fb8237b891319370adaa3a1.tar.gz xrdp-proprietary-4d4289d93cbd62d65fb8237b891319370adaa3a1.zip |
Disable systemd support for "make distcheck"
"make distcheck" sets prefix to a user-owned directory, compiles code and
runs "make install". That fails if systemd files need to be installed, as
their location if not relative to the prefix.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index aa32a502..8e6e18b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 +AM_DISTCHECK_CONFIGURE_FLAGS = --without-systemdsystemunitdir EXTRA_DIST = bootstrap COPYING design.txt faq-compile.txt faq-general.txt file-loc.txt install.txt prog_std.txt readme.txt |