diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-03-30 08:37:47 +0200 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-03-30 08:37:47 +0200 |
commit | 5c602713da0eaec2f2e1f6b34ba4cb4447f5932c (patch) | |
tree | f91f18dcd4e37746aebc52f3388f2448ed4b02b6 /client/Makefile.am | |
parent | 7afaea74bef37406c51c045d514ea03eb34824e2 (diff) | |
parent | 81a4074b6ee1e72c8360261d10ba4e4ba4216582 (diff) | |
download | mariadb-git-5c602713da0eaec2f2e1f6b34ba4cb4447f5932c.tar.gz |
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-rpl
client/Makefile.am:
Auto merged
Diffstat (limited to 'client/Makefile.am')
-rw-r--r-- | client/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index bdd5ff5fb0b..e22080e3dd8 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -95,7 +95,8 @@ DEFS = -DUNDEF_THREADS_HACK \ -DDEFAULT_MYSQL_HOME="\"$(prefix)\"" \ -DDATADIR="\"$(localstatedir)\"" -sql_src=log_event.h mysql_priv.h log_event.cc my_decimal.h my_decimal.cc +sql_src=log_event.h mysql_priv.h rpl_constants.h \ + log_event.cc my_decimal.h my_decimal.cc strings_src=decimal.c link_sources: |