diff options
author | unknown <lenz@mysql.com> | 2004-08-05 11:22:02 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-05 11:22:02 +0200 |
commit | dc82282e9e7add19491f033b1f1fce2f1f63ba56 (patch) | |
tree | e73b037c284a38e05f6afa4ec8011059fb4937bc /Makefile.am | |
parent | d3095410ca345b4111b443360235099cb7587333 (diff) | |
download | mariadb-git-dc82282e9e7add19491f033b1f1fce2f1f63ba56.tar.gz |
- More changes to include the FLOSS License Exception in the
various distributions
Docs/Makefile.am:
- Honoured node name change in manual.texi FOSS->FLOSS
Makefile.am:
- actually add EXCEPTIONS to the source distribution
scripts/make_win_src_distribution.sh:
- add EXCEPTIONS to the Windows source distribution, too
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a5df17c2cb..8e524871d7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = foreign # These are built from source in the Docs directory -EXTRA_DIST = INSTALL-SOURCE README COPYING +EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS SUBDIRS = . include @docs_dirs@ @readline_dir@ \ @thread_dirs@ pstack @sql_client_dirs@ \ @sql_server_dirs@ scripts man tests \ |