~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/include.am

  • Committer: lbieber
  • Date: 2010-08-24 21:21:43 UTC
  • mfrom: (1729.2.1 staging)
  • Revision ID: lbieber@orisndriz03-20100824212143-92y7d27mzo2ez1af
Add memcached query cache plugin

Show diffs side-by-side

added added

removed removed

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