~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Mark Atwood
  • Date: 2008-10-16 16:57:55 UTC
  • mto: (520.1.13 drizzle)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: mark@fallenpegasus.com-20081016165755-3ax67kls4oftuq34
fix mistakes

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                                plugin.h \
53
53
                                plugin_logging.h \
54
54
                                plugin_errmsg.h \
 
55
                                plugin_configvar.h \
 
56
                                plugin_qcache.h \
55
57
                                plugin_authentication.h
56
58
 
57
59
noinst_LTLIBRARIES = libhandler.la
79
81
                 authentication.h \
80
82
                 logging.h \
81
83
                 errmsg.h \
 
84
                 configvar.h \
 
85
                 qcache.h \
82
86
                 key_map.h \
83
87
                 item_func.h \
84
88
                 item_sum.h \
157
161
                   authentication.cc \
158
162
                   logging.cc \
159
163
                   errmsg.cc \
 
164
                   configvar.cc \
 
165
                   qcache.cc \
160
166
                   sql_handler.cc \
161
167
                   natural_join_column.cc \
162
168
                   table_map_iterator.cc \