~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-11-06 22:10:09 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081106221009-76yap6xcnilqmh0t
Moved stuff to handlerton.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
                unireg.cc \
265
265
                xid.cc
266
266
 
267
 
libhandler_la_SOURCES = handler.cc
 
267
libhandler_la_SOURCES = handler.cc handlerton.cc
268
268
libyacc_la_SOURCES = sql_yacc.yy
269
269
# Code output from YACC contains GOBS of unused macros, and I can't
270
270
# figure out how to turn it off.