~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Merge from Monty's tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                                plugin_errmsg.h \
55
55
                                plugin_configvar.h \
56
56
                                plugin_qcache.h \
 
57
                                plugin_parser.h \
 
58
                                plugin_scheduling.h \
57
59
                                plugin_authentication.h
58
60
 
59
61
noinst_LTLIBRARIES = libhandler.la libyacc.la
82
84
                 logging.h \
83
85
                 errmsg.h \
84
86
                 configvar.h \
 
87
                 parser.h \
 
88
                 scheduling.h \
85
89
                 qcache.h \
86
90
                 key_map.h \
87
91
                 item_func.h \
162
166
                   logging.cc \
163
167
                   errmsg.cc \
164
168
                   configvar.cc \
 
169
                   parser.cc \
 
170
                   scheduling.cc \
165
171
                   qcache.cc \
166
172
                   sql_handler.cc \
167
173
                   natural_join_column.cc \