diff options
author | sasha@mysql.sashanet.com <> | 2000-12-13 12:42:59 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-12-13 12:42:59 -0700 |
commit | 8502addd5f3651bd4efddf7b08c39e1d4d8ca264 (patch) | |
tree | f3661aa8466b0e33a583bc78c74e10beb4b59cf6 /mysql-test/Makefile.am | |
parent | 8f9754873da0fc066c85240e214a844a4de2af9f (diff) | |
download | mariadb-git-8502addd5f3651bd4efddf7b08c39e1d4d8ca264.tar.gz |
mysql-test/Makefile.am
fixed typo
scripts/make_binary_distribution.sh
added .MRG and .frm files
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index edf3afa7f0b..9f06a66ba3e 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -20,7 +20,7 @@ EXTRA_SCRIPTS = mysql-test-run.sh install_test_db.sh EXTRA_DIST = $EXTRA_SCRIPTS testdir = $(prefix)/mysql-test -test_SCRIPTS = mysql-test-run insta_test_db +test_SCRIPTS = mysql-test-run install_test_db CLEANFILES = $(test_SCRIPTS) dist-hook: |