~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/Makefile.am

MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
noinst_LTLIBRARIES = libserialize.la
41
41
 
42
 
libserialize_la_SOURCES = \
 
42
nodist_libserialize_la_SOURCES = \
43
43
                binary_log.pb.cc \
44
44
                master_list.pb.cc \
45
45
                replication_event.pb.cc \
46
46
                schema.pb.cc \
47
47
                table.pb.cc
48
48
 
 
49
nodist_noinst_HEADERS= \
 
50
                binary_log.pb.h \
 
51
                master_list.pb.h \
 
52
                replication_event.pb.h \
 
53
                schema.pb.h \
 
54
                table.pb.h
 
55
 
49
56
noinst_HEADERS= \
50
57
                binary_log.h \
51
 
                binary_log.pb.h \
52
58
                binlog_encoding.h \
53
59
                ioutil.h \
54
 
                master_list.pb.h \
55
 
                replication_event.pb.h \
56
 
                schema.pb.h \
57
 
                serialize.h \
58
 
                table.pb.h
 
60
                serialize.h
59
61
 
60
62
 
61
63
binlog_reader_SOURCES = binlog_reader.cc binary_log.cc