#At file:///Users/kevinlewis/Work/Mysql/Merge/mysql-next-mr-wl4034/ based on revid:kevin.lewis@stripped
3162 kevin.lewis@stripped 2010-07-12
WL#4034 - More fixes to storage/infoschema/Makefile.am
modified:
storage/infoschema/Makefile.am
=== modified file 'storage/infoschema/Makefile.am'
--- a/storage/infoschema/Makefile.am 2010-07-12 17:31:57 +0000
+++ b/storage/infoschema/Makefile.am 2010-07-12 18:52:42 +0000
@@ -31,8 +31,8 @@ DEFS = @DEFS@
noinst_HEADERS = \
ha_infoschema.h \
- infoschema_base.h
- infoschema_tables_base.h
+ infoschema_base.h \
+ infoschema_tables_base.h \
table_engines.h \
table_collations.h \
table_character_sets.h \
@@ -57,8 +57,8 @@ EXTRA_LIBRARIES = libinfoschema.a
noinst_LIBRARIES = @plugin_infoschema_static_target@
libinfoschema_a_SOURCES= \
ha_infoschema.cc \
- infoschema_base.cc
- infoschema_tables_base.cc
+ infoschema_base.cc \
+ infoschema_tables_base.cc \
table_engines.cc \
table_collations.cc \
table_character_sets.cc \
Attachment: [text/bzr-bundle] bzr/kevin.lewis@oracle.com-20100712185242-ffm93ffe3e5wimla.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr branch (kevin.lewis:3162) WL#4034 | kevin.lewis | 12 Jul |