~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-13 22:03:16 UTC
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: monty@inaugust.com-20080813220316-i5ejrw4faxxldauf
Fixed bug#257694 - added various files to EXTRA_DIST and noinst_HEADERS to make make distcheck (and with-it out-of-tree builds) work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
                 sql_plugin.h \
130
130
                 global.h \
131
131
                 base.h \
132
 
                 probes.h
 
132
                 probes.h \
 
133
                 definitions.h \
 
134
                 sql_alloc.h \
 
135
                 sql_parse.h \
 
136
                 error_injection.h \
 
137
                 connect.h \
 
138
                 sql_table.h \
 
139
                 show.h \
 
140
                 drizzled_error_messages.h \
 
141
                 common_includes.h 
133
142
 
134
143
drizzled_SOURCES = \
135
144
                   sql_db.cc \
238
247
                version.h
239
248
 
240
249
EXTRA_DIST = $(BUILT_MAINT_SRC) \
 
250
             drizzledumpslow \
241
251
             message.mc \
242
252
             probes.d
243
253