From: Robert Swiecki Date: Sun, 28 May 2017 12:34:28 +0000 (+0200) Subject: makefile: incorrect libprotobuf-c check X-Git-Tag: 1.4~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffe865934b91788fc43b7be985ba1b94ee29f732;p=platform%2Fupstream%2Fnsjail.git makefile: incorrect libprotobuf-c check --- diff --git a/Makefile b/Makefile index 22f9eb9..cc2633a 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ endif USE_PROTOBUF ?= yes ifeq ($(USE_PROTOBUF), yes) -PROTOBUF_EXISTS := $(shell pkg-config --exists protobuf && echo yes) +PROTOBUF_EXISTS := $(shell pkg-config --exists libprotobuf-c && echo yes) ifeq ($(PROTOBUF_EXISTS), yes) PROTO_DEPS = config.pb-c.h config.pb-c.c SRCS += config.pb-c.c