~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Fixed -Wmissing-declarations

Show diffs side-by-side

added added

removed removed

Lines of Context:
578
578
                query_id.cc \
579
579
                records.cc \
580
580
                rename.cc \
581
 
                transaction_services.cc \
582
581
                scheduling.cc \
583
582
                session.cc \
584
583
                set_var.cc \
613
612
                temporal_format.cc \
614
613
                thr_malloc.cc \
615
614
                time.cc \
 
615
                transaction_services.cc \
616
616
                tztime.cc \
617
617
                uniques.cc \
618
618
                util/convert.cc \
619
619
                xid.cc
620
620
 
621
 
if BUILD_DTRACE
 
621
if HAVE_DTRACE
622
622
drizzled_SOURCES += probes.d
623
623
endif
624
624