~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-16 05:39:00 UTC
  • mto: (685.1.38 devel) (713.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216053900-8qdts2l9wr3ag5tn
Added missing things to Makefiles for distcheck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
                function/func.h \
114
114
                function/get_system_var.h \
115
115
                function/get_user_var.h \
 
116
                function/get_variable.h \
116
117
                function/int.h \
117
118
                function/integer.h \
118
119
                function/int_divide.h \
134
135
                function/ord.h \
135
136
                function/plus.h \
136
137
                function/pow.h \
 
138
                function/rand.h \
137
139
                function/real.h \
138
140
                function/rollup_const.h \
139
141
                function/round.h \
144
146
                function/sin.h \
145
147
                function/sqrt.h \
146
148
                function/tan.h \
 
149
                function/units.h \
147
150
                function/unsigned.h \
 
151
                function/update_hash.h \
148
152
                function/user_var_as_out_param.h \
149
153
                function/str/alloc_buffer.h \
150
154
                function/str/binary.h \
177
181
                function/str/trim.h \
178
182
                function/str/user.h \
179
183
                function/str/uuid.h \
180
 
                function/str/weight_string.h
 
184
                function/str/weight_string.h \
181
185
                function/time/add_time.h \
182
186
                function/time/curdate.h \
183
187
                function/time/curtime.h \
225
229
                ha_trx_info.h \
226
230
                ha_statistics.h \
227
231
                handler.h \
 
232
                handlerton.h \
228
233
                handler_structs.h \
229
234
                hybrid_type.h \
230
235
                hybrid_type_traits.h \
282
287
                my_decimal.h\
283
288
                name_resolution_context.h \
284
289
                name_resolution_context_state.h \
 
290
                natural_join_column.h \
 
291
                nested_join.h \
285
292
                opt_range.h \
286
293
                order.h \
287
294
                parser.h \
342
349
                tmp_table.h \
343
350
                tzfile.h \
344
351
                tztime.h \
 
352
                unireg.h \
345
353
                virtual_column_info.h \
346
354
                xid.h
347
355