~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
noinst_HEADERS =        myisamdef.h \
35
35
                        ha_myisam.h \
36
36
                        keycache.h \
 
37
                        my_handler.h \
37
38
                        myisam.h \
38
39
                        myisampack.h
39
40
 
52
53
                        mi_changed.c mi_static.c mi_delete_all.c \
53
54
                        mi_delete_table.c mi_rename.c  mi_check.c \
54
55
                        mi_keycache.c mi_preload.c \
 
56
                        my_handler.c \
 
57
                        my_handler_errors.c \
55
58
                        sort.c 
56
59
libmyisamha_la_SOURCES = ha_myisam.cc
57
60
libmyisamnone_la_SOURCES = mi_reportnone.c