From: Felix Fietkau Date: Fri, 29 Jul 2016 14:28:29 +0000 (+0200) Subject: Makefile: drop link against libblobmsg_json and libjson-c X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fiwinfo.git;a=commitdiff_plain;h=717ff717509e53ace280c4216d1150af5f1d1b82 Makefile: drop link against libblobmsg_json and libjson-c They are not necessary Signed-off-by: Felix Fietkau --- diff --git a/Makefile b/Makefile index 21cfe9c..4a62205 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ IWINFO_BACKENDS = $(BACKENDS) IWINFO_CFLAGS = $(CFLAGS) -std=gnu99 -fstrict-aliasing -Iinclude -IWINFO_LDFLAGS = -luci -lblobmsg_json -ljson-c -lubox +IWINFO_LDFLAGS = -luci -lubox IWINFO_LIB = libiwinfo.so IWINFO_LIB_LDFLAGS = $(LDFLAGS) -shared