~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/Makefile.am

mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        ${top_builddir}/gnulib/libgnu.la
21
21
 
22
22
AM_CXXFLAGS += ${PROTOSKIP_WARNINGS}
23
 
 
24
23
TESTS_ENVIRONMENT = BINDIR=${top_builddir}/drizzled/serialize sh
25
24
TESTS = check_length.sh
26
25
 
39
38
 
40
39
noinst_LTLIBRARIES = libserialize.la
41
40
 
42
 
libserialize_la_SOURCES = \
 
41
nodist_libserialize_la_SOURCES = \
43
42
                binary_log.pb.cc \
44
43
                master_list.pb.cc \
45
44
                replication_event.pb.cc \
46
45
                schema.pb.cc \
47
46
                table.pb.cc
48
47
 
 
48
nodist_noinst_HEADERS= \
 
49
                binary_log.pb.h \
 
50
                master_list.pb.h \
 
51
                replication_event.pb.h \
 
52
                schema.pb.h \
 
53
                table.pb.h
 
54
 
49
55
noinst_HEADERS= \
50
56
                binary_log.h \
51
 
                binary_log.pb.h \
52
57
                binlog_encoding.h \
53
58
                ioutil.h \
54
 
                master_list.pb.h \
55
 
                replication_event.pb.h \
56
 
                schema.pb.h \
57
 
                serialize.h \
58
 
                table.pb.h
 
59
                serialize.h
59
60
 
60
61
 
61
62
binlog_reader_SOURCES = binlog_reader.cc binary_log.cc