Skip to content
Snippets Groups Projects
Commit 8e68ab0b authored by Florian Fainelli's avatar Florian Fainelli Committed by Felix Fietkau
Browse files

Makefile: explictly link with all shared libraries


linking with libuci means we need to link with libblobmsg_json, libjson-c and
libubox. Sinc e we do not use pkg-config or something equivalent, we need to
specify all dependencies.

Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 96d322d5
No related branches found
No related tags found
No related merge requests found
IWINFO_BACKENDS = $(BACKENDS)
IWINFO_CFLAGS = $(CFLAGS) -std=gnu99 -fstrict-aliasing -Iinclude
IWINFO_LDFLAGS = -luci
IWINFO_LDFLAGS = -luci -lblobmsg_json -ljson-c -lubox
IWINFO_LIB = libiwinfo.so
IWINFO_LIB_LDFLAGS = $(LDFLAGS) -shared
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment