diff options
author | Tomas Ulin <tomas.ulin@sun.com> | 2009-06-09 21:26:04 +0200 |
---|---|---|
committer | Tomas Ulin <tomas.ulin@sun.com> | 2009-06-09 21:26:04 +0200 |
commit | 8ff151e6559d0dfdc6d10dffdbba3504052cd009 (patch) | |
tree | 5a50e76e63a32aa335b2dc25fa06c2c23f41b0bb | |
parent | 518e2498534cd996544238eb50d7e71da026ae19 (diff) | |
download | mariadb-git-8ff151e6559d0dfdc6d10dffdbba3504052cd009.tar.gz |
add missing file in Makefile.am
-rw-r--r-- | storage/innodb_plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innodb_plugin/Makefile.am b/storage/innodb_plugin/Makefile.am index aa45ea523e7..09e5e89e323 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 handler/handler0vars.h EXTRA_LIBRARIES= libinnobase.a noinst_LIBRARIES= @plugin_innodb_plugin_static_target@ |