diff options
author | unknown <dlenev@brandersnatch.localdomain> | 2004-06-22 23:36:26 +0400 |
---|---|---|
committer | unknown <dlenev@brandersnatch.localdomain> | 2004-06-22 23:36:26 +0400 |
commit | c963b719fca440b722e7c3d23054d30b50e2a9d7 (patch) | |
tree | e4937c670f15b7ac28021d00e5b4122224c47607 /.bzrignore | |
parent | c65bf20be8c9cca1aa7f0d21bcea657926daef03 (diff) | |
download | mariadb-git-c963b719fca440b722e7c3d23054d30b50e2a9d7.tar.gz |
Fix for build from bk failures with old automake.
mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made
compatible with older automake versions.
extra/Makefile.am:
mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made
compatible with older automake versions.
sql/Makefile.am:
mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made
compatible with older automake versions.
BitKeeper/etc/ignore:
Added extra/tztime.cc extra/mysql_tzinfo_to_sql to the ignore list
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 3344a057180..8e3bf81af73 100644 --- a/.bzrignore +++ b/.bzrignore @@ -784,3 +784,5 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +extra/tztime.cc +extra/mysql_tzinfo_to_sql |