~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/Makefile.am

MergedĀ fromĀ Kristian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
EXTRA_DIST = schema.proto table.proto binary_log.proto master_list.proto
83
83
BUILT_SOURCES = schema.pb.h \
84
84
                table.pb.h \
85
 
                schema.pb.cc \
86
 
                table.pb.cc \
87
 
                binary_log.pb.cc
 
85
                binary_log.pb.h \
 
86
                master_list.pb.h
88
87
 
89
88
CLEANFILES =  binary_log.pb.h \
90
89
              binary_log.pb.cc \
91
90
              schema.pb.h \
92
91
              schema.pb.cc \
93
92
              table.pb.h \
94
 
              table.pb.cc
 
93
              table.pb.cc \
 
94
              master_list.pb.h \
 
95
              master_list.pb.cc