diff options
author | Kent Boortz <kent.boortz@sun.com> | 2010-12-28 19:57:23 +0100 |
---|---|---|
committer | Kent Boortz <kent.boortz@sun.com> | 2010-12-28 19:57:23 +0100 |
commit | 85323eda8a5823e4db1fa34dc998684b67e710b5 (patch) | |
tree | f341a98de1a200ac824d90042d01052f7156ce84 /Makefile.am | |
parent | 086130e3c07a39f998935e374f17706c63be5ee6 (diff) | |
download | mariadb-git-85323eda8a5823e4db1fa34dc998684b67e710b5.tar.gz |
- Added/updated copyright headers
- Removed files specific to compiling on OS/2
- Removed files specific to SCO Unix packaging
- Removed "libmysqld/copyright", text is included in documentation
- Removed LaTeX headers for NDB Doxygen documentation
- Removed obsolete NDB files
- Removed "mkisofs" binaries
- Removed the "cvs2cl.pl" script
- Changed a few GPL texts to use "program" instead of "library"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1f171bc9c7c..f082aaa5df7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2006 MySQL AB +# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ DIST_SUBDIRS = . include @docs_dirs@ zlib \ @readline_topdir@ sql-common \ @thread_dirs@ pstack \ @sql_union_dirs@ scripts @man_dirs@ tests SSL\ - BUILD netware os2 @libmysqld_dirs@ \ + BUILD netware @libmysqld_dirs@ \ @bench_dirs@ support-files @tools_dirs@ win # Run these targets before any others, also make part of clean target, |