diff options
author | unknown <hf@deer.(none)> | 2003-06-19 16:38:51 +0500 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2003-06-19 16:38:51 +0500 |
commit | 06f3d10ffd9e86a932704c4c5c8a82c39b8a6d8e (patch) | |
tree | 8c87fd1ff99ddcde171ca4731265f0cda432bf81 /sql-common | |
parent | cc0904178b3972a7c9fba37bd98c9bbb576be1e9 (diff) | |
parent | ac6fa6e46eb9c07c6cea390a85fbabd4fb82a10a (diff) | |
download | mariadb-git-06f3d10ffd9e86a932704c4c5c8a82c39b8a6d8e.tar.gz |
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.2way
BitKeeper/etc/logging_ok:
auto-union
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sql-common/Makefile.am b/sql-common/Makefile.am new file mode 100644 index 00000000000..1f397c0ea87 --- /dev/null +++ b/sql-common/Makefile.am @@ -0,0 +1,21 @@ +# Copyright (C) 2000 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 = client.c pack.c + +# Don't update the files from bitkeeper +%::SCCS/s.% |