~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/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:
27
27
                 serialize.h
28
28
 
29
29
schema.pb.cc: schema.proto
30
 
        protoc --cpp_out=. schema.proto
 
30
        protoc --cpp_out=${top_builddir}/drizzled/serialize schema.proto
31
31
        
 
32
EXTRA_DIST = schema.proto
 
33
BUILT_SOURCES = schema.pb.cc
32
34
 
33
35
DEFS= -DDRIZZLE_SERVER @DEFS@