X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=CMakeLists.txt;h=85527bec08c370a53ff215d02cb18991bed9d3bc;hb=83d3a901d3178a8840092b6e4f7f829b89da4ba0;hp=65da3cf90e23e64aeea2c1da3748920ac103ccb4;hpb=fbb4a83633fd935748dd3c26d4fc28821db71cdd;p=project%2Fnetifd.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 65da3cf..85527be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,12 +15,11 @@ SET(SOURCES interface.c interface-ip.c interface-event.c iprule.c proto.c proto-static.c proto-shell.c config.c device.c bridge.c vlan.c alias.c - macvlan.c ubus.c wireless.c) + 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)