summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGao Feng <davidfgao@tencent.com>2018-12-20 15:01:44 +0800
committerGao Feng <davidfgao@tencent.com>2018-12-20 15:01:44 +0800
commite6cf4919a43415eb7387e8bf006a540f4cbe5962 (patch)
tree20ee2d9c05f72fea28930d7cfba64fb29ff2a4f2 /Makefile
parentba089324594f450a1b549906ec7fde1ba63a1e89 (diff)
Add the libcmocka-dev into the dependent package.
Change-Id: Id92462e26afec53f29d6398edcd5cc4c503c4f08 Signed-off-by: Gao Feng <davidfgao@tencent.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 334822d..4d6c522 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ endif
# +libganglia1-dev if building the gmond plugin
DEB_DEPENDS = curl build-essential autoconf automake ccache
-DEB_DEPENDS += bison flex libpcre3-dev libev-dev libavl-dev libprotobuf-c-dev protobuf-c-compiler
+DEB_DEPENDS += bison flex libpcre3-dev libev-dev libavl-dev libprotobuf-c-dev protobuf-c-compiler libcmocka-dev
DEB_DEPENDS += cmake ninja-build
ifeq ($(OS_VERSION_ID),14.04)
DEB_DEPENDS += libssl-dev