~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-28 06:01:24 UTC
  • mto: (968.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: osullivan.padraig@gmail.com-20090328060124-fdjygihvmr0kpf58
Reverting some refactoring changes I made to MyISAM that didn't really work
out.

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 \
33
34
                        myisam.h \
34
35
                        myisamdef.h \
35
36
                        myisampack.h
36
37
 
37
38
libmyisamutil_la_SOURCES= \
 
39
                        list.cc \
38
40
                        mf_keycache.cc \
39
41
                        mf_keycaches.cc \
40
42
                        mi_cache.cc \