maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #00845
bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2721)
#At lp:maria
2721 knielsen@xxxxxxxxxxxxxxx 2009-08-29
Add missign header file to `make dist`.
modified:
storage/xtradb/Makefile.am
=== modified file 'storage/xtradb/Makefile.am'
--- a/storage/xtradb/Makefile.am 2009-08-03 20:09:53 +0000
+++ b/storage/xtradb/Makefile.am 2009-08-29 19:48:04 +0000
@@ -131,7 +131,8 @@ noinst_HEADERS= include/btr0btr.h inclu
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@