Add files extracted from mysql into the driver build script. diff -Naur mysql-connector-odbc-5.1.8.orig/util/Makefile.am mysql-connector-odbc-5.1.8/util/Makefile.am --- mysql-connector-odbc-5.1.8.orig/util/Makefile.am 2010-10-28 14:33:17.000000000 -0400 +++ mysql-connector-odbc-5.1.8/util/Makefile.am 2010-12-23 18:09:00.359695597 -0500 @@ -10,6 +10,22 @@ installer.c \ odbcinstw.c \ unicode_transcode.c \ + array.c \ + list.c \ + my_alloc.c \ + my_malloc.c \ + string.c \ + int2str.c \ + is_prefix.c \ + longlong2str.c \ + strcend.c \ + strend.c \ + strfill.c \ + strmake.c \ + strmov.c \ + strxmov.c \ + mysys_err.h \ + mysys_priv.h \ MYODBCUtil.h \ MYODBCUtilAllocDataSource.c \ MYODBCUtilAllocDriver.c \