diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2012-07-10 11:48:43 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2012-07-10 11:48:43 +0200 |
commit | dc050309716ec62531753a0edb0676fa03f138dc (patch) | |
tree | 295af27741879327b8e112ea11c2aacbcc5da042 | |
parent | b21319483f708a9bdff43d2773b67043054f5a35 (diff) | |
download | mariadb-git-dc050309716ec62531753a0edb0676fa03f138dc.tar.gz |
mysql_client_fw.c was not included in make dist
-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 |