diff options
Diffstat (limited to 'storage/xtradb/Makefile.am')
-rw-r--r-- | storage/xtradb/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/xtradb/Makefile.am b/storage/xtradb/Makefile.am index 8f64aedb9b0..3b5826f33e6 100644 --- a/storage/xtradb/Makefile.am +++ b/storage/xtradb/Makefile.am @@ -131,7 +131,8 @@ 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/innodb_patch_info.h + handler/i_s.h handler/innodb_patch_info.h \ + handler/handler0vars.h EXTRA_LIBRARIES= libinnobase.a noinst_LIBRARIES= @plugin_innobase_static_target@ |