diff options
author | unknown <knielsen@knielsen-hq.org> | 2010-03-31 11:43:19 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2010-03-31 11:43:19 +0200 |
commit | d75f12a039e569131a2f1ff20c4c88bca55318ca (patch) | |
tree | 17a1fd84c6a74ab47be0ae71e5834040ae7bf7b5 /mysql-test/Makefile.am | |
parent | 7f110d15b1b8e0a3eea8d1237e555476e7cc8d03 (diff) | |
download | mariadb-git-d75f12a039e569131a2f1ff20c4c88bca55318ca.tar.gz |
Fix type in merge, breaking `make dist` for oqgraph.
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 82b02624473..6dceb2d9c51 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -103,7 +103,7 @@ TEST_DIRS = t r include std_data std_data/parts collections \ suite/parts suite/parts/t suite/parts/r suite/parts/inc \ suite/pbxt/t suite/pbxt/r \ suite/innodb suite/innodb/t suite/innodb/r suite/innodb/include \ - suite/vcol suite/vcol/t suite/vcol/r suite/vcol/inc + suite/vcol suite/vcol/t suite/vcol/r suite/vcol/inc \ suite/oqgraph suite/oqgraph/t suite/oqgraph/r suite/oqgraph/include # Used by dist-hook and install-data-local to copy all |