~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/Makefile.am

  • Committer: Jay Pipes
  • Date: 2009-10-07 19:56:04 UTC
  • mto: (1234.1.1 push) (1237.2.10 push)
  • mto: This revision was merged to the branch mainline in revision 1193.
  • Revision ID: jpipes@serialcoder-20091007195604-24yec9o6hyi1pn03
Merge Monty's fixes for moving crc32 function into a library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
transaction_writer_SOURCES =  transaction_writer.cc transaction.pb.cc
88
88
 
89
89
transaction_reader_SOURCES =  transaction_reader.cc transaction.pb.cc
 
90
transaction_reader_LDADD = ${LDADD} ${top_builddir}/drizzled/hash/libhash.la
90
91
 
91
92
command_reader_SOURCES =  command_reader.cc
92
93