~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/include.am

  • Committer: Lee Bieber
  • Date: 2011-03-18 04:10:25 UTC
  • mfrom: (2241.1.2 build)
  • Revision ID: kalebral@gmail.com-20110318041025-1xoj1azy6zobhnbm
Merge Stewart - refactoring of default values
Merge Olaf - more refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                              drizzled/message/statement_transform.h
47
47
 
48
48
nodist_drizzled_message_libdrizzledmessage_la_SOURCES= \
 
49
                                                       drizzled/message/alter_table.pb.cc \
49
50
                                                       drizzled/message/catalog.pb.cc \
50
51
                                                       drizzled/message/engine.pb.cc \
51
52
                                                       drizzled/message/event.pb.cc \
56
57
                                                       drizzled/message/transaction.pb.cc
57
58
 
58
59
nobase_nodist_pkginclude_HEADERS+= \
 
60
                                drizzled/message/alter_table.pb.h \
59
61
                                drizzled/message/catalog.pb.h \
60
62
                                drizzled/message/engine.pb.h \
61
63
                                drizzled/message/event.pb.h \
101
103
drizzled_message_transaction_writer_CXXFLAGS = ${MESSAGE_AM_CXXFLAGS} ${NO_WERROR}
102
104
 
103
105
EXTRA_DIST += \
 
106
              ${MESSAGE_DIR}/alter_table.proto \
104
107
              ${MESSAGE_DIR}/catalog.proto \
105
108
              ${MESSAGE_DIR}/engine.proto \
106
109
              ${MESSAGE_DIR}/event.proto \
111
114
              ${MESSAGE_DIR}/transaction.proto
112
115
 
113
116
BUILT_SOURCES += \
 
117
                 ${MESSAGE_DIR}/alter_table.pb.h \
114
118
                 ${MESSAGE_DIR}/catalog.pb.h \
115
119
                 ${MESSAGE_DIR}/engine.pb.h \
116
120
                 ${MESSAGE_DIR}/event.pb.h \
121
125
                 ${MESSAGE_DIR}/transaction.pb.h
122
126
 
123
127
CLEANFILES += \
 
128
              ${MESSAGE_DIR}/alter_table.pb.cc \
 
129
              ${MESSAGE_DIR}/alter_table.pb.h \
124
130
              ${MESSAGE_DIR}/catalog.pb.cc \
125
131
              ${MESSAGE_DIR}/catalog.pb.h \
126
132
              ${MESSAGE_DIR}/engine.pb.cc \