summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2009-06-18 13:49:44 +0500
committerSergey Vojtovich <svoj@sun.com>2009-06-18 13:49:44 +0500
commit0fa4924fe544b44739961117e6ccd0cb99cdbe40 (patch)
tree27e1682e7927e5a335947e09c912c33390741271 /storage
parent87da3df62398d55da0001c2cdecfb24ffe7067b6 (diff)
downloadmariadb-git-0fa4924fe544b44739961117e6ccd0cb99cdbe40.tar.gz
Fixed build failures.
storage/innodb_plugin/Makefile.am: Removed handler0vars.h from source distribution. win/Makefile.am: Fixed incorrect merge.
Diffstat (limited to 'storage')
-rw-r--r--storage/innodb_plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innodb_plugin/Makefile.am b/storage/innodb_plugin/Makefile.am
index 9f593635088..19c9858a3f3 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/handler0vars.h
+ handler/i_s.h
EXTRA_LIBRARIES= libinnobase.a
noinst_LIBRARIES= @plugin_innodb_plugin_static_target@