~mordred/drizzle/codestyle

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-10-03 17:17:25 UTC
  • mfrom: (383.6.7 pluglog)
  • Revision ID: brian@tangent.org-20081003171725-ijf4hf0zm87kaszw
Merging Mark's logging work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
drizzledincludedir = ${includedir}/drizzled
53
53
dist_drizzledinclude_HEADERS =  error.h \
54
54
                                plugin.h \
 
55
                                plugin_logging.h \
55
56
                                plugin_authentication.h
56
57
 
57
58
noinst_LTLIBRARIES = libhandler.la
76
77
 
77
78
noinst_HEADERS = item.h \
78
79
                 authentication.h \
 
80
                 logging.h \
79
81
                 item_func.h \
80
82
                 item_sum.h \
81
83
                 item_cmpfunc.h \
149
151
                   sql_db.cc \
150
152
                   sql_lex.cc \
151
153
                   authentication.cc \
 
154
                   logging.cc \
152
155
                   sql_handler.cc \
153
156
                   natural_join_column.cc \
154
157
                   field_iterator.cc \