~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-11-12 17:42:40 UTC
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: monty@inaugust.com-20081112174240-l2vg9lnzbmjc3uyk
More header cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
                protocol.h \
132
132
                qcache.h \
133
133
                query_id.h \
134
 
                replication/replication.h \
 
134
                rename.h \
 
135
                replication/binlog.h \
135
136
                replication/constants.h \
136
137
                replication/filter.h \
137
138
                replication/mi.h \
138
139
                replication/record.h \
 
140
                replication/replication.h \
139
141
                replication/reporting.h \
140
142
                replication/rli.h \
141
143
                replication/tblmap.h \
149
151
                slave.h \
150
152
                sql_alloc.h \
151
153
                sql_array.h \
 
154
                sql_base.h \
152
155
                sql_bitmap.h \
153
156
                sql_class.h \
154
157
                sql_error.h \
158
161
                sql_parse.h \
159
162
                sql_plugin.h \
160
163
                sql_select.h \
161
 
                sql_show.h \
162
164
                sql_sort.h \
163
165
                sql_state.h \
164
166
                sql_string.h \
213
215
                qcache.cc \
214
216
                query_id.cc \
215
217
                records.cc \
 
218
                rename.cc \
216
219
                replication/binlog.cc \
217
220
                replication/filter.cc \
218
221
                replication/mi.cc \
225
228
                scheduler.cc \
226
229
                scheduling.cc \
227
230
                set_var.cc \
 
231
                show.cc \
228
232
                sj_tmp_table.cc \
229
233
                slave.cc \
230
234
                sql_base.cc \
244
248
                sql_olap.cc \
245
249
                sql_parse.cc \
246
250
                sql_plugin.cc \
247
 
                sql_rename.cc \
248
251
                sql_select.cc \
249
 
                sql_show.cc \
250
252
                sql_state.cc \
251
253
                sql_string.cc \
252
254
                sql_table.cc \
289
291
      -DLOCALEDIR=\"$(localedir)\" \
290
292
      @DEFS@
291
293
 
292
 
#               server_includes.h.gch
293
294
if GCC_PCH
294
295
PCHHEADERS = \
295
296
                definitions.h.gch \
296
297
                handlerton.h.gch  \
 
298
                show.h.gch \
 
299
                sql_base.h.gch \
 
300
                sql_parse.h.gch \
297
301
                sql_plugin.h.gch
298
302
else
299
303
PCHHEADERS =