~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-11-18 22:12:56 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081118221256-ap2kmj073pdw7uap
The mega-patch from hell. Renamed sql_class to session (since that's what it is) and removed it and field and table from common_includes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
drizzled_LDFLAGS =
90
90
 
91
91
noinst_HEADERS = \
 
92
                alter_column.h \
 
93
                alter_drop.h \
92
94
                authentication.h \
93
95
                base.h \
94
96
                cached_item.h \
107
109
                field.h \
108
110
                field_iterator.h \
109
111
                filesort_info.h \
 
112
                foreign_key.h \
110
113
                gettext.h \
111
114
                global.h \
112
115
                ha_trx_info.h \
118
121
                hybrid_type_traits_decimal.h \
119
122
                hybrid_type_traits_integer.h \
120
123
                item.h \
 
124
                key.h \
121
125
                key_map.h \
 
126
                key_part_spec.h \
122
127
                lex.h \
123
128
                lex_symbol.h \
124
129
                log_event.h \
148
153
                scheduler.h \
149
154
                scheduling.h \
150
155
                server_includes.h \
 
156
                session.h \
151
157
                set_var.h \
152
158
                show.h \
153
159
                sj_tmp_table.h \
156
162
                sql_array.h \
157
163
                sql_base.h \
158
164
                sql_bitmap.h \
159
 
                sql_class.h \
160
165
                sql_error.h \
161
166
                sql_lex.h \
162
167
                sql_list.h \
 
168
                sql_load.h \
163
169
                sql_locale.h \
164
170
                sql_parse.h \
165
171
                sql_plugin.h \
183
189
drizzled_SOURCES = \
184
190
                authentication.cc \
185
191
                cached_item.cc \
 
192
                comp_creator.cc \
186
193
                configvar.cc \
187
194
                db.cc \
188
195
                discover.cc \
229
236
                replication/utility.cc \
230
237
                scheduler.cc \
231
238
                scheduling.cc \
 
239
                session.cc \
232
240
                set_var.cc \
233
241
                show.cc \
234
242
                sj_tmp_table.cc \
235
243
                slave.cc \
236
244
                sql_base.cc \
237
245
                sql_builtin.cc \
238
 
                sql_class.cc \
239
246
                sql_client.cc \
240
247
                sql_connect.cc \
241
248
                sql_delete.cc \