~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-11-25 15:24:22 UTC
  • Revision ID: brian@tangent.org-20081125152422-6hchtchktzd2lnjf
Remove filtering (wrong layer, belongs in plugin).

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
                rename.h \
143
143
                replication/binlog.h \
144
144
                replication/constants.h \
145
 
                replication/filter.h \
146
145
                replication/mi.h \
147
146
                replication/record.h \
148
147
                replication/replication.h \
226
225
                records.cc \
227
226
                rename.cc \
228
227
                replication/binlog.cc \
229
 
                replication/filter.cc \
230
228
                replication/mi.cc \
231
229
                replication/record.cc \
232
230
                replication/replication.cc \