diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-05 19:44:31 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-03-06 15:25:44 +0100 |
commit | 45fd905c980e56b20770d4b34556749fbca53fcc (patch) | |
tree | 7cc95ac2bb763181a7bd87567322f421fc49d7c0 /CMakeLists.txt | |
parent | 212288ba1518c0fd4d44f22e7c2af09022944a9f (diff) |
netifd: fixes for json-c 0.12
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e648b03..85527be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,9 +18,8 @@ SET(SOURCES macvlan.c ubus.c vlandev.c wireless.c) -find_library(json NAMES json-c json) SET(LIBS - ubox ubus uci ${json} blobmsg_json) + ubox ubus uci json-c blobmsg_json) IF (NOT DEFINED LIBNL_LIBS) FIND_LIBRARY(libnl NAMES libnl-3 libnl nl-3 nl) |