~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-16 05:39:00 UTC
  • mto: (685.1.38 devel) (713.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216053900-8qdts2l9wr3ag5tn
Added missing things to Makefiles for distcheck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
TESTS = check_length.sh
25
25
 
26
26
%.pb.h %.pb.cc : %.proto
27
 
        $(PROTOC) -I${top_srcdir}/drizzled/serialize \
 
27
        $(PROTOC) --proto_path=.:${top_srcdir}/drizzled/serialize \
28
28
                --cpp_out=${top_builddir}/drizzled/serialize $<
29
29
 
30
30
noinst_PROGRAMS = \
43
43
noinst_LTLIBRARIES = libserialize.la
44
44
 
45
45
libserialize_la_SOURCES = \
46
 
                          table.pb.cc \
47
 
                          replication_event.pb.cc \
48
 
                          master_list.pb.cc \
49
 
                          binary_log.pb.cc \
50
 
                          schema.pb.cc
51
 
 
52
 
noinst_HEADERS = table.pb.h \
53
 
                 replication_event.pb.h \
54
 
                 master_list.pb.h \
55
 
                 schema.pb.h \
56
 
                 binary_log.pb.h \
57
 
                 binlog_encoding.h \
58
 
                 serialize.h
59
 
 
60
 
DEFS= @DEFS@
 
46
                binary_log.pb.cc \
 
47
                master_list.pb.cc \
 
48
                replication_event.pb.cc \
 
49
                schema.pb.cc \
 
50
                table.pb.cc
 
51
 
 
52
noinst_HEADERS= \
 
53
                binary_log.h \
 
54
                binary_log.pb.h \
 
55
                binlog_encoding.h \
 
56
                ioutil.h \
 
57
                master_list.pb.h \
 
58
                replication_event.pb.h \
 
59
                schema.pb.h \
 
60
                serialize.h \
 
61
                table.pb.h
 
62
 
61
63
 
62
64
binlog_reader_SOURCES = binlog_reader.cc binary_log.cc
63
65
binlog_reader_CXXFLAGS =