diff options
author | msvensson@pilot.blaudden <> | 2007-02-22 16:41:51 +0100 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-02-22 16:41:51 +0100 |
commit | 05305f462b4c6910b8f52b4f9d826e44fa4eaeae (patch) | |
tree | 67aeec019ed546292ccbda94a06fcc55df4d69cc /extra/Makefile.am | |
parent | 9e9dd4327c76d10a07783f790f65cd4487da264d (diff) | |
download | mariadb-git-05305f462b4c6910b8f52b4f9d826e44fa4eaeae.tar.gz |
Bug #26571 Different format specifiers in errmsg.txt
- Add check of format specifiers in error message strings
- Update error message text accordingly to be equal between all translations
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r-- | extra/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index 1448962e427..6eac67e2979 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -16,7 +16,8 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \ @ndbcluster_includes@ -I$(top_srcdir)/sql LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/libmysys.a \ - ../dbug/libdbug.a ../strings/libmystrings.a + ../dbug/libdbug.a ../strings/libmystrings.a \ + $(ZLIB_LIBS) BUILT_SOURCES= $(top_builddir)/include/mysqld_error.h \ $(top_builddir)/include/sql_state.h \ $(top_builddir)/include/mysqld_ername.h |