~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-21 20:26:28 UTC
  • mto: (960.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 961.
  • Revision ID: osullivan.padraig@gmail.com-20090321202628-nh6qsi825m4d4av6
Removing the queues.[h,cc] files from the mysys directory. The only place
where they are needed now is in the MyISAM storage engine. Thus, I moved the
files there and updated the files in the MyISAM storage engine
appropriately.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                        mi_keycache.c mi_preload.c \
51
51
                        my_handler.c \
52
52
                        my_handler_errors.c \
53
 
                        sort.c 
 
53
                        sort.c \
 
54
                        list.c \
 
55
                        queues.c
54
56
libmyisamha_la_SOURCES = ha_myisam.cc
55
57
libmyisamnone_la_SOURCES = mi_reportnone.c
56
58
libmyisam_la_SOURCES =