mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fixed build failures.
storage/innodb_plugin/Makefile.am: Removed handler0vars.h from source distribution. win/Makefile.am: Fixed incorrect merge.
This commit is contained in:
parent
87da3df623
commit
0fa4924fe5
2 changed files with 2 additions and 3 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/handler0vars.h
|
||||
handler/i_s.h
|
||||
|
||||
EXTRA_LIBRARIES= libinnobase.a
|
||||
noinst_LIBRARIES= @plugin_innodb_plugin_static_target@
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
## Process this file with automake to create Makefile.in
|
||||
EXTRA_DIST = build-vs71.bat build-vs8.bat build-vs8_x64.bat build-vs9.bat \
|
||||
build-vs9_x64.bat configure.js README mysql_manifest.cmake \
|
||||
create_manifest.js
|
||||
create_manifest.js create_def_file.js
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
mysql_manifest.cmake create_manifest.js create_def_file.js
|
||||
|
|
Loading…
Reference in a new issue