~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Update for build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
410
410
                hash.h \
411
411
                gettext.h \
412
412
                global.h \
413
 
                server_includes.h \
414
 
                util/convert.h \
415
 
                util/test.h
 
413
                server_includes.h
416
414
 
417
415
drizzled_SOURCES = \
418
416
                alter_info.cc \
700
698
                tztime.cc \
701
699
                uniques.cc \
702
700
                user_var_entry.cc \
703
 
                util/convert.cc \
704
701
                xid.cc
705
702
 
706
703
libserialutil_la_SOURCES = db.cc table_proto_write.cc
716
713
                definitions.h.gch \
717
714
                plugin/storage_engine.h.gch  \
718
715
                sql_base.h.gch \
719
 
                sql_parse.h.gch \
720
 
                util/convert.h.gch \
721
 
                util/test.h.gch
 
716
                sql_parse.h.gch
722
717
else
723
718
PCHHEADERS = 
724
719
endif