Move from protobuf-lite to protobuf to accommodate Ubuntu lucid

Add changelog entry
This commit is contained in:
Keith Winstein
2012-02-19 23:48:20 -05:00
parent 356ce40cea
commit 58b584a2b3
8 changed files with 13 additions and 39 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
source = userinput.proto hostinput.proto transportinstruction.proto
PROTOC = protoc
AM_CPPFLAGS = $(protobuf_lite_CFLAGS)
AM_CXXFLAGS = -pedantic -Wno-long-long -Werror -Wall -Wextra -fno-default-inline -pipe
AM_CPPFLAGS = $(protobuf_CFLAGS)
AM_CXXFLAGS = -pedantic -Wno-long-long -Werror -Wall -fno-default-inline -pipe
SUFFIXES = .proto .pb.cc