X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=CMakeLists.txt;h=85527bec08c370a53ff215d02cb18991bed9d3bc;hb=4789adf1e55cf51a8b556fba0c7c31bb5f430c7d;hp=ca201dcc0f6aaac893a229bb18f8f21c511bb899;hpb=a47c3353cdf46b730f43198052c8f807e2bd313f;p=project%2Fnetifd.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ca201dc..85527be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,16 +11,15 @@ IF(APPLE) ENDIF() SET(SOURCES - main.c utils.c system.c tunnel.c + main.c utils.c system.c tunnel.c handler.c 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 - ubus.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)