~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/Makefile.am

Merging command2sql library work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
noinst_LTLIBRARIES = libdrizzledmessage.la
42
42
 
43
43
libdrizzledmessage_la_CXXFLAGS = ${AM_CXXFLAGS} ${NO_WERROR}
 
44
 
44
45
nodist_libdrizzledmessage_la_SOURCES = \
45
46
                binary_log.pb.cc \
46
47
                master_list.pb.cc \
47
48
                replication.pb.cc \
48
49
                schema.pb.cc \
49
 
                table.pb.cc
 
50
                table.pb.cc \
 
51
                command_transform.cc
50
52
 
51
53
nodist_noinst_HEADERS= \
52
54
                binary_log.pb.h \
53
55
                master_list.pb.h \
54
56
                replication.pb.h \
55
57
                schema.pb.h \
56
 
                table.pb.h
 
58
                table.pb.h \
 
59
                command_transform.h
57
60
 
58
61
noinst_HEADERS= \
59
62
                binary_log.h \