mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Fixed InnoDB plugin compilation failure from source distribution
on Windows. Added missing file to a source distribution.
This commit is contained in:
parent
9f78d5857c
commit
9b78102aaf
1 changed files with 1 additions and 1 deletions
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue