X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=e648b032c7dc118d50ea244b18bece3a7c8be2ed;hp=777a8e8fa576e896ac834926522bb1f4595f1cc6;hb=fb2f843edf44c6f12b636cd82cdd1c71e953495f;hpb=5dd87fd8ad3a42c71d90a8fecc893af973e552bf diff --git a/CMakeLists.txt b/CMakeLists.txt index 777a8e8..e648b03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,11 +11,11 @@ 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 - macvlan.c ubus.c) + macvlan.c ubus.c vlandev.c wireless.c) find_library(json NAMES json-c json)