~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-03-25 22:03:13 UTC
  • mfrom: (960.2.47 mordred)
  • Revision ID: brian@tangent.org-20090325220313-fffae098oufxiaqg
Merge of Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
                ha_trx_info.h \
204
204
                handler.h \
205
205
                handler_structs.h \
206
 
                handlerton.h \
207
206
                hybrid_type.h \
208
207
                hybrid_type_traits.h \
209
208
                hybrid_type_traits_decimal.h \
280
279
                plugin/qcache.h \
281
280
                plugin/replicator.h \
282
281
                plugin/scheduler.h \
 
282
                plugin/storage_engine.h \
283
283
                probes.h \
284
284
                protocol.h \
285
285
                qcache.h \
637
637
libserialutil_la_SOURCES = db.cc table_proto_write.cc
638
638
libserialutil_la_CXXFLAGS= ${AM_CXXFLAGS} ${PROTOSKIP_WARNINGS}
639
639
 
640
 
libhandler_la_SOURCES = handler.cc handlerton.cc
 
640
libhandler_la_SOURCES = handler.cc plugin/storage_engine.cc
641
641
 
642
642
AM_YFLAGS = -p DRIZZLE -d --verbose
643
643
 
645
645
if BUILD_GCC_PCH
646
646
PCHHEADERS = \
647
647
                definitions.h.gch \
648
 
                handlerton.h.gch  \
 
648
                plugin/storage_engine.h.gch  \
649
649
                sql_base.h.gch \
650
650
                sql_parse.h.gch \
651
651
                sql_plugin.h.gch \