diff options
author | speidy <speidy@gmail.com> | 2016-12-21 16:10:08 -0500 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2016-12-21 16:12:22 -0500 |
commit | a68b0181227919bb655578d408a7da84c24f6310 (patch) | |
tree | f83264875c175f5ab3b8fc408e57429d0400e134 /Makefile.am | |
parent | 5c2a84da606504d00cd383c5ccba0bdd28fb04d5 (diff) | |
download | xrdp-proprietary-a68b0181227919bb655578d408a7da84c24f6310.tar.gz xrdp-proprietary-a68b0181227919bb655578d408a7da84c24f6310.zip |
Add NEWS.md
Add NEWS.md to EXTRA_DIST
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 a6ddaf1f..9fbb9503 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --without-systemdsystemunitdir EXTRA_DIST = \ COPYING \ + NEWS.md \ astyle_config.as \ bootstrap \ coding_style.md \ |