From 65b51c09edacb77f45c55c5488a90ec95346c414 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Thu, 11 Mar 2021 14:22:13 -0600 Subject: Removed jsoncpp dependancy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04de0ec..d45f683 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ libdir ?= /usr/lib CFLAGS += -Werror -LIBS := -lmts -ljsoncpp -lpthread +LIBS := -lmts -lpthread OBJS += \ Version.o \ -- cgit v1.2.3