~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Jay Pipes
  • Date: 2009-09-15 21:01:42 UTC
  • mto: (1126.2.5 merge)
  • mto: This revision was merged to the branch mainline in revision 1128.
  • Revision ID: jpipes@serialcoder-20090915210142-x8mwiqn1q0vzjspp
Moves Alter_info out into its own header and source file, cleans up some related include mess in sql_lex.h, and renames Alter_info to AlterInfo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
nobase_dist_drizzledinclude_HEADERS = \
28
28
                alter_column.h \
29
29
                alter_drop.h \
 
30
                alter_info.h \
30
31
                atomic/gcc_traits.h \
31
32
                atomic/pthread_traits.h \
32
33
                atomic/sun_studio.h \
413
414
                util/test.h
414
415
 
415
416
drizzled_SOURCES = \
 
417
                alter_info.cc \
416
418
                authentication.cc \
417
419
                cached_item.cc \
418
420
                calendar.cc \
440
442
                statement/optimize.cc \
441
443
                statement/release_savepoint.cc \
442
444
                statement/rename_table.cc \
443
 
                statement/replace.cc \
444
 
                statement/replace_select.cc \
 
445
                statement/replace.cc \
 
446
                statement/replace_select.cc \
445
447
                statement/rollback.cc \
446
448
                statement/rollback_to_savepoint.cc \
447
449
                statement/savepoint.cc \