~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-10-16 10:27:33 UTC
  • mfrom: (1183.1.4 merge)
  • Revision ID: brian@gaz-20091016102733-b10po5oup0hjlilh
MergeĀ EngineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
sbin_PROGRAMS= drizzled
18
18
 
19
 
DTRACEFILES = handler.o \
 
19
DTRACEFILES = cursor.o \
20
20
              filesort.o \
21
21
              drizzled.o \
22
22
              session.o \
190
190
                function_hash.h \
191
191
                ha_statistics.h \
192
192
                ha_trx_info.h \
193
 
                handler.h \
 
193
                cursor.h \
194
194
                handler_structs.h \
195
195
                hybrid_type.h \
196
196
                hybrid_type_traits.h \
710
710
libserialutil_la_SOURCES = db.cc table_proto_write.cc
711
711
libserialutil_la_CXXFLAGS= ${AM_CXXFLAGS} ${PROTOSKIP_WARNINGS}
712
712
 
713
 
libhandler_la_SOURCES = handler.cc plugin/storage_engine.cc
 
713
libhandler_la_SOURCES = cursor.cc plugin/storage_engine.cc
714
714
 
715
715
AM_YFLAGS = -p DRIZZLE -d --verbose
716
716