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
+1 -1
View File
@@ -2,7 +2,7 @@ AM_CXXFLAGS = -pedantic -Wno-long-long -Werror -Wall -Wextra -Weffc++ -fno-defau
noinst_PROGRAMS = encrypt decrypt ntester parse termemu
LIBS = $(protobuf_lite_LIBS)
LIBS = $(protobuf_LIBS)
encrypt_SOURCES = encrypt.cc
encrypt_CPPFLAGS = -I$(srcdir)/../crypto