diff options
author | brian@zim.(none) <> | 2005-04-27 01:32:03 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2005-04-27 01:32:03 -0700 |
commit | 72955bd0e22719a5a82a0b3e0c0e9beb7ca8c707 (patch) | |
tree | 7a0e9dc7f5a84bf2c68acd31a1870d7e350eea41 /storage/Makefile.am | |
parent | 3e4607a3b859ba2717c0af22a9d61720c3ad8260 (diff) | |
download | mariadb-git-72955bd0e22719a5a82a0b3e0c0e9beb7ca8c707.tar.gz |
Missed a file for storage change (thanks go to Guilhem who noticed it)
Diffstat (limited to 'storage/Makefile.am')
-rw-r--r-- | storage/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/storage/Makefile.am b/storage/Makefile.am new file mode 100644 index 00000000000..7da3c9d50c3 --- /dev/null +++ b/storage/Makefile.am @@ -0,0 +1,27 @@ +# 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 + +AUTOMAKE_OPTIONS = foreign + +# These are built from source in the Docs directory +EXTRA_DIST = +SUBDIRS = +DIST_SUBDIRS = + +# Don't update the files from bitkeeper +%::SCCS/s.% |