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 | bf893bea7e2777ce5389d820202436c37d4217ae (patch) | |
tree | 5a50e76e63a32aa335b2dc25fa06c2c23f41b0bb /storage | |
parent | b6312995f1eb1478c8af30452c99e9b94b5f8185 (diff) | |
download | mariadb-git-bf893bea7e2777ce5389d820202436c37d4217ae.tar.gz |
add missing file in Makefile.am
Diffstat (limited to 'storage')
-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@ |