~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-08-15 01:41:56 UTC
  • Revision ID: brian@gir.tangent.org-20080815014156-zz1gc9std48hlj9h
Fix for slave build (just do not use any flags on google generated code)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
               table_writer \
23
23
               schema_reader
24
24
 
25
 
libserialize_la_CXXFLAGS = -Wno-all -Wno-error
 
25
libserialize_la_CXXFLAGS =
26
26
 
27
27
noinst_LTLIBRARIES = libserialize.la
28
28
 
46
46
schema_reader_SOURCES =  schema_reader.cc
47
47
 
48
48
table_reader_SOURCES =  table_reader.cc
49
 
table_reader_CXXFLAGS = -Wno-all -Wno-error
 
49
table_reader_CXXFLAGS =
50
50
 
51
51
table_writer_SOURCES =  table_writer.cc
52
 
table_writer_CXXFLAGS = -Wno-all -Wno-error
 
52
table_writer_CXXFLAGS =
53
53
 
54
54
EXTRA_DIST = schema.proto table.proto
55
55
BUILT_SOURCES = schema.pb.cc table.pb.cc