diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-02-20 01:47:46 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-02-21 21:31:02 -0800 |
commit | 3ad28e1130b18dd651457078f10c43dc7b67ed58 (patch) | |
tree | d2958694b3bcb527bd9338e47f25b3eada9e5d2c | |
parent | 3934be93206497f17656534536fdc5e8436b7208 (diff) | |
download | xrdp-proprietary-3ad28e1130b18dd651457078f10c43dc7b67ed58.tar.gz xrdp-proprietary-3ad28e1130b18dd651457078f10c43dc7b67ed58.zip |
Add m4 directory to EXTRA_DIST, not all Automake versions package it
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 36072479..84a6eb47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 AM_DISTCHECK_CONFIGURE_FLAGS = --without-systemdsystemunitdir EXTRA_DIST = bootstrap COPYING coding_style.md design.txt faq-compile.txt \ - faq-general.txt file-loc.txt install.txt prog_std.txt readme.txt + faq-general.txt file-loc.txt install.txt m4 prog_std.txt readme.txt if XRDP_NEUTRINORDP NEUTRINORDPDIR = neutrinordp |