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 /netware | |
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
Diffstat (limited to 'netware')
-rw-r--r-- | netware/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
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.% |