From b016051e32886937a8d125bf5923c1417a57a09e Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich <svoj@sun.com> Date: Thu, 25 Jun 2009 19:16:40 +0500 Subject: [PATCH] Fixed InnoDB plugin compilation failure from source distribution on Windows. Added missing file to a source distribution. --- storage/innodb_plugin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innodb_plugin/Makefile.am b/storage/innodb_plugin/Makefile.am index 19c9858a3f..4792b72cba 100644 --- a/storage/innodb_plugin/Makefile.am +++ b/storage/innodb_plugin/Makefile.am @@ -131,7 +131,7 @@ noinst_HEADERS= include/btr0btr.h include/btr0btr.ic \ include/ut0list.ic include/ut0wqueue.h \ include/ha_prototypes.h handler/ha_innodb.h \ include/handler0alter.h \ - handler/i_s.h + handler/i_s.h include/ut0auxconf.h EXTRA_LIBRARIES= libinnobase.a noinst_LIBRARIES= @plugin_innodb_plugin_static_target@ -- 2.30.9