~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-09-15 17:24:04 UTC
  • Revision ID: monty@inaugust.com-20080915172404-ygh6hiyu0q7qpa9x
Removed strndup calls.

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 \
38
37
                        myisam.h \
39
38
                        myisampack.h
40
39
 
53
52
                        mi_changed.c mi_static.c mi_delete_all.c \
54
53
                        mi_delete_table.c mi_rename.c  mi_check.c \
55
54
                        mi_keycache.c mi_preload.c \
56
 
                        my_handler.c \
57
 
                        my_handler_errors.c \
58
55
                        sort.c 
59
56
libmyisamha_la_SOURCES = ha_myisam.cc
60
57
libmyisamnone_la_SOURCES = mi_reportnone.c