diff options
author | unknown <lenz@mysql.com> | 2003-01-28 17:49:21 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-01-28 17:49:21 +0100 |
commit | 8b790656f193a5e321462d5727f1b74841d16667 (patch) | |
tree | e591e2f819e4bd3ef26c96556e42863882318368 | |
parent | 3758c92b3ad65605b30acb757ccb1313edf797d5 (diff) | |
download | mariadb-git-8b790656f193a5e321462d5727f1b74841d16667.tar.gz |
- added netware subdirectory to distribution
Makefile.am:
- added netware to SUBDIRS
netware/Makefile.am:
- add netware.patch to distribution
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | netware/Makefile.am | 22 |
2 files changed, 23 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a03ca058b3e..dfdcfe0cabf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = INSTALL-SOURCE README \ SUBDIRS = . include @docs_dirs@ @readline_dir@ \ @thread_dirs@ pstack @sql_client_dirs@ \ @sql_server_dirs@ scripts man tests \ - BUILD os2 @libmysqld_dirs@ \ + BUILD netware os2 @libmysqld_dirs@ \ @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ \ @platform_dir@ diff --git a/netware/Makefile.am b/netware/Makefile.am index e69de29bb2d..8ab44f23141 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -0,0 +1,22 @@ +# Copyright (C) 2002 MySQL AB & MySQL Finland AB & TCX DataKonsult AB +# +# 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +## Process this file with automake to create Makefile.in + +EXTRA_DIST = netware.patch + +# Don't update the files from bitkeeper +%::SCCS/s.% |