diff options
author | lenz@mysql.com <> | 2004-08-05 11:22:02 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-08-05 11:22:02 +0200 |
commit | 26f0fdd5e8c8ddf745105f823cd2dfadc9e02a70 (patch) | |
tree | e73b037c284a38e05f6afa4ec8011059fb4937bc /Makefile.am | |
parent | f3f009ace6902929b9a7f02c6d8aca60f8018dcb (diff) | |
download | mariadb-git-26f0fdd5e8c8ddf745105f823cd2dfadc9e02a70.tar.gz |
- More changes to include the FLOSS License Exception in the
various distributions
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 \ |