X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=bb65a4b7a5751ef33744e8db74b451278e0c1266;hp=212377e5a4a0d40dc0da05997f3c15560479f574;hb=17aab88b83a0e50ab31f18beec78ab07ce864883;hpb=37bdee9b7282f08cbe6e423765bd3950d753a2c6 diff --git a/CMakeLists.txt b/CMakeLists.txt index 212377e..bb65a4b 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 proto-static.c config.c device.c bridge.c vlan.c ubus.c system-dummy.c) +ADD_EXECUTABLE(netifd main.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)