diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-01-29 22:52:06 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-01-29 23:41:40 -0800 |
commit | 2694fa9dacbb6afac5fd7e2a094ffff0c0ed3279 (patch) | |
tree | c9ac02d30afff8fcdc46dfff1b83631a57208886 /Makefile.am | |
parent | a452d8d36aafda4a873f8c035a3fe3fd51fabd96 (diff) | |
download | xrdp-proprietary-2694fa9dacbb6afac5fd7e2a094ffff0c0ed3279.tar.gz xrdp-proprietary-2694fa9dacbb6afac5fd7e2a094ffff0c0ed3279.zip |
Create the m4 directory for Autoconf macro files
Keeping separate files is more maintainable than merging them into a
single aclocal.m4 file. It is easier for users to understand where those
files come from.
Automake knows how to distribute files in the m4 directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e8905c98..aa32a502 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 + EXTRA_DIST = bootstrap COPYING design.txt faq-compile.txt faq-general.txt file-loc.txt install.txt prog_std.txt readme.txt if XRDP_NEUTRINORDP |