summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2021-03-11 14:22:13 -0600
committerHarsh Sharma <harsh.sharma@multitech.com>2021-03-11 14:22:13 -0600
commit65b51c09edacb77f45c55c5488a90ec95346c414 (patch)
tree11071156e9302419f0fba08903993c18b980b63a /Makefile
parentfb507bdaa76f0ca15fc22a876f2b2947d1359e2f (diff)
downloadlora-query-master.tar.gz
lora-query-master.tar.bz2
lora-query-master.zip
Removed jsoncpp dependancyHEAD1.0.7master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \