~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

Merged padraig's removal of list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                        ha_myisam.h \
31
31
                        keycache.h \
32
32
                        my_handler.h \
33
 
                        my_list.h \
34
33
                        myisam.h \
35
34
                        myisamdef.h \
36
35
                        myisampack.h
37
36
 
38
37
libmyisamutil_la_SOURCES= \
39
 
                        list.cc \
40
38
                        mf_keycache.cc \
41
39
                        mf_keycaches.cc \
42
40
                        mi_cache.cc \