~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-20 23:44:07 UTC
  • mto: (722.2.2 devel)
  • mto: This revision was merged to the branch mainline in revision 727.
  • Revision ID: monty@inaugust.com-20081220234407-585wdrdd1vxqqzam
Removed all the setting of DEFS everywhere. Use configmake.h to get the values
we need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
                function/func.h \
93
93
                function/get_system_var.h \
94
94
                function/get_user_var.h \
 
95
                function/get_variable.h \
95
96
                function/last_insert.h \
96
97
                function/length.h \
97
98
                function/locate.h \
105
106
                function/set_user_var.h \
106
107
                function/sign.h \
107
108
                function/signed.h \
 
109
                function/units.h \
108
110
                function/unsigned.h \
 
111
                function/update_hash.h \
109
112
                function/user_var_as_out_param.h \
110
113
                function/math/abs.h \
111
114
                function/math/acos.h \
118
121
                function/math/divide.h \
119
122
                function/math/exp.h \
120
123
                function/math/floor.h \
121
 
                function/math/int_divide.h \
122
124
                function/math/integer.h \
123
125
                function/math/int.h \
 
126
                function/math/int_divide.h \
124
127
                function/math/int_val.h \
125
128
                function/math/ln.h \
126
129
                function/math/log.h \
168
171
                function/str/trim.h \
169
172
                function/str/user.h \
170
173
                function/str/uuid.h \
171
 
                function/str/weight_string.h
 
174
                function/str/weight_string.h \
172
175
                function/time/add_time.h \
173
176
                function/time/curdate.h \
174
177
                function/time/curtime.h \
216
219
                ha_trx_info.h \
217
220
                ha_statistics.h \
218
221
                handler.h \
 
222
                handlerton.h \
219
223
                handler_structs.h \
220
224
                hybrid_type.h \
221
225
                hybrid_type_traits.h \
273
277
                my_decimal.h\
274
278
                name_resolution_context.h \
275
279
                name_resolution_context_state.h \
 
280
                natural_join_column.h \
 
281
                nested_join.h \
276
282
                opt_range.h \
277
283
                order.h \
278
284
                parser.h \
288
294
                probes.h \
289
295
                protocol.h \
290
296
                qcache.h \
291
 
                query_arena.h \
292
297
                query_id.h \
293
298
                rename.h \
294
299
                replication/binlog.h \
334
339
                tmp_table.h \
335
340
                tzfile.h \
336
341
                tztime.h \
 
342
                unireg.h \
337
343
                virtual_column_info.h \
338
344
                xid.h
339
345