diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2012-07-10 11:57:24 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2012-07-10 11:57:24 +0200 |
commit | 86476179479eb14343e1d434a2345d9cad47a28a (patch) | |
tree | ad32d4e19c13968f6ebe62504a9d164db2f9bbd9 /tests | |
parent | 13f7f002886c18fc911f6cf6d5bd672f8c96d844 (diff) | |
download | mariadb-git-86476179479eb14343e1d434a2345d9cad47a28a.tar.gz |
mysql_client_fw.c was not included in make dist
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4929fa7ba9b..3da18683f85 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,6 +33,7 @@ EXTRA_DIST = auto_increment.res auto_increment.tst \ grant.pl grant.res test_delayed_insert.pl \ pmail.pl mail_to_db.pl table_types.pl \ myisam-big-rows.tst \ + mysql_client_fw.c \ CMakeLists.txt bin_PROGRAMS = mysql_client_test |