Makefile: drop link against libblobmsg_json and libjson-c
authorFelix Fietkau <nbd@nbd.name>
Fri, 29 Jul 2016 14:28:29 +0000 (16:28 +0200)
committerFelix Fietkau <nbd@nbd.name>
Fri, 29 Jul 2016 14:28:32 +0000 (16:28 +0200)
They are not necessary

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Makefile

index 21cfe9c47797cdd5ba4170095b38da8bb4b2d323..4a622053fc06e8b5e42fdf2d205c8c4f20ff249f 100644 (file)
--- 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