diff options
author | guilhem@mysql.com <> | 2004-08-14 15:25:52 +0200 |
---|---|---|
committer | guilhem@mysql.com <> | 2004-08-14 15:25:52 +0200 |
commit | f08912e568b1175cc26bc7e009cfccee3502bbd8 (patch) | |
tree | e604f35a3524dc95c33e04650042265b72813b93 | |
parent | 586e5af9e7c69d07ee9419562946c729a18a1e5b (diff) | |
parent | 4a96a8a64fba89eabe559361f4c790113f2e8765 (diff) | |
download | mariadb-git-f08912e568b1175cc26bc7e009cfccee3502bbd8.tar.gz |
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/mysql_src/mysql-4.0
-rw-r--r-- | mysql-test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 66f931133e3..ba96c5947ba 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -48,6 +48,7 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/r/*.require $(DESTDIR)$(testdir)/r $(INSTALL_DATA) $(srcdir)/include/*.inc $(DESTDIR)$(testdir)/include $(INSTALL_DATA) $(srcdir)/std_data/*.dat $(DESTDIR)$(testdir)/std_data + $(INSTALL_DATA) $(srcdir)/std_data/*.*001 $(DESTDIR)$(testdir)/std_data $(INSTALL_DATA) $(srcdir)/std_data/des_key_file $(DESTDIR)$(testdir)/std_data SUFFIXES = .sh |