diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-07-05 07:33:35 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-07-05 07:33:35 +0300 |
commit | 0b09d266cce72bc4841933b171e79551e488927c (patch) | |
tree | abe9d290872660ccec6b37482f5e723c18fb2925 /Makefile.am | |
parent | Build: Include validate_map.sh in the distribution. (diff) | |
download | xz-0b09d266cce72bc4841933b171e79551e488927c.tar.xz |
Build: Include macosx/build.sh in the distribution.
It has been in the Git repository since 2010 but probably
few people have seen it since it hasn't been included in
the release tarballs. :-(
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 89635868..42b73fd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ EXTRA_DIST = \ extra \ dos \ windows \ + macosx \ autogen.sh \ Doxyfile.in \ COPYING.GPLv2 \ |