~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/include.am

Merged from Robert: changed subdir make files to be included makefiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
 
132
132
SUFFIXES += .proto .pb.cc .pb.h
133
133
 
134
 
MESSAGE_PROTO_PATH=${top_buildir}/${MESSAGE_DIR}:${top_srcdir}/${MESSAGE_DIR}
 
134
MESSAGE_PROTO_PATH=${top_builddir}/${MESSAGE_DIR}:${top_srcdir}/${MESSAGE_DIR}
135
135
 
136
136
.proto.pb.cc:
137
137
        $(PROTOC) --proto_path=${MESSAGE_PROTO_PATH} \