X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=c06733e6aa074e79161c6138b2cdfbba17eac23b;hp=496e9d5fe5b046b01c8d631db7e252929826053e;hb=3492219e211678c56b48d3f544cb0c0da9d606a0;hpb=d5202486636818e3ff48ede9d3e06c886c659c0a diff --git a/CMakeLists.txt b/CMakeLists.txt index 496e9d5..c06733e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,5 +9,5 @@ IF(DEBUG) ADD_DEFINITIONS(-DDEBUG -O0) ENDIF() -ADD_EXECUTABLE(netifd main.c interface.c proto.c config.c device.c bridge.c vlan.c ubus.c system-dummy.c) +ADD_EXECUTABLE(netifd main.c utils.c interface.c interface-ip.c proto.c proto-static.c config.c device.c bridge.c vlan.c ubus.c system-dummy.c) TARGET_LINK_LIBRARIES(netifd ubox ubus uci)