~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-19 07:22:19 UTC
  • Revision ID: monty@inaugust.com-20080819072219-f8usj6rq5ux4sa84
Added explicit .h file relationship.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                 schema.pb.h \
31
31
                 serialize.h
32
32
 
33
 
schema.pb.cc: schema.proto
 
33
schema.pb.h schema.pb.cc: schema.proto
34
34
        protoc --cpp_out=${top_builddir}/drizzled/serialize schema.proto
35
35
 
36
 
table.pb.cc: table.proto
 
36
table.pb.h table.pb.cc: table.proto
37
37
        protoc --cpp_out=${top_builddir}/drizzled/serialize table.proto
38
38
        
39
39
DEFS= @DEFS@