Use protobuf_lite_CFLAGS and protobuf_lite_LIBS from configure

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2012-02-05 19:24:32 -05:00
parent b1d098d3ca
commit fab69fd98c
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ AM_CXXFLAGS = --std=c++0x -pedantic -Werror -Wall -Wextra -Weffc++ -fno-default-
noinst_PROGRAMS = encrypt decrypt ntester parse termemu
LIBS = `pkg-config --libs protobuf-lite`
LIBS = $(protobuf_lite_LIBS)
encrypt_SOURCES = encrypt.cc
encrypt_CPPFLAGS = -I$(srcdir)/../crypto