diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-10-07 16:30:39 +0300 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-10-07 16:30:39 +0300 |
commit | ff48c85c8f5f232b071fb1fd167cb23cebdfaedc (patch) | |
tree | 8140134f38deb0ece3bdeada91c5bb5409bbac5a | |
parent | 066bd2d84e1059247fd157fcb20b38161e7c6d68 (diff) | |
download | mariadb-git-ff48c85c8f5f232b071fb1fd167cb23cebdfaedc.tar.gz |
small fix from bugs@.. list
-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 91333dfad9b..57b22f0edbc 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -42,6 +42,7 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/t/*.test $(DESTDIR)$(testdir)/t $(INSTALL_DATA) $(srcdir)/t/*.opt $(DESTDIR)$(testdir)/t $(INSTALL_DATA) $(srcdir)/r/*.result $(DESTDIR)$(testdir)/r + $(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 |