X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=777a8e8fa576e896ac834926522bb1f4595f1cc6;hp=f7e9a04cb68c517cfff2b0e347567f78c0c4bc0f;hb=266d92dd83bd5bfe520f3e2838794bf9bb827c07;hpb=b8688d2960c998b60713deeff7df1603f7a8bd3e diff --git a/CMakeLists.txt b/CMakeLists.txt index f7e9a04..777a8e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,9 +13,9 @@ ENDIF() SET(SOURCES main.c utils.c system.c tunnel.c interface.c interface-ip.c interface-event.c - proto.c proto-static.c proto-shell.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) find_library(json NAMES json-c json)