~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/include.am

  • Committer: lbieber at stabletransit
  • Date: 2010-10-11 17:56:42 UTC
  • mfrom: (1838.1.2 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101011175642-mmdeyo76k2kdjmt3
Merge Shrews - Fix bug 656971: Replication stream should send server events 
Merge Andrew - Fix bug 655954: Drizzledump conversion of '0000-00-00' date values to NULL can be problematic on NOT NULL columns

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
nobase_dist_include_HEADERS+= drizzled/message/statement_transform.h
46
46
 
47
47
nodist_drizzled_message_libdrizzledmessage_la_SOURCES = \
 
48
                                                        drizzled/message/event.pb.cc \
48
49
                                                        drizzled/message/engine.pb.cc \
49
50
                                                        drizzled/message/transaction.pb.cc \
50
51
                                                        drizzled/message/schema.pb.cc \
52
53
                                                        drizzled/message/table.pb.cc
53
54
 
54
55
nobase_nodist_include_HEADERS+= \
 
56
                                drizzled/message/event.pb.h \
55
57
                                drizzled/message/engine.pb.h \
56
58
                                drizzled/message/transaction.pb.h \
57
59
                                drizzled/message/schema.pb.h \
94
96
drizzled_message_transaction_reader_CXXFLAGS = ${MESSAGE_AM_CXXFLAGS} ${NO_WERROR}
95
97
 
96
98
EXTRA_DIST += \
 
99
                ${MESSAGE_DIR}/event.proto \
97
100
                ${MESSAGE_DIR}/engine.proto \
98
101
                ${MESSAGE_DIR}/schema.proto \
99
102
                ${MESSAGE_DIR}/table.proto \
101
104
                ${MESSAGE_DIR}/transaction.proto
102
105
 
103
106
BUILT_SOURCES += \
 
107
                ${MESSAGE_DIR}/event.pb.h \
104
108
                ${MESSAGE_DIR}/engine.pb.h \
105
109
                ${MESSAGE_DIR}/schema.pb.h \
106
110
                ${MESSAGE_DIR}/table.pb.h \
108
112
                ${MESSAGE_DIR}/transaction.pb.h
109
113
 
110
114
CLEANFILES += \
 
115
            ${MESSAGE_DIR}/event.pb.h \
 
116
            ${MESSAGE_DIR}/event.pb.cc \
111
117
            ${MESSAGE_DIR}/engine.pb.h \
112
118
            ${MESSAGE_DIR}/engine.pb.cc \
113
119
            ${MESSAGE_DIR}/schema.pb.h \