X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=CMakeLists.txt;h=d54b6fa9fd5c16db4c04068ff98c55ed22417f21;hb=6e0acecbacdb5bf1ce0b71d4c2512eae4606be57;hp=f7e9a04cb68c517cfff2b0e347567f78c0c4bc0f;hpb=b8688d2960c998b60713deeff7df1603f7a8bd3e;p=project%2Fnetifd.git diff --git a/CMakeLists.txt b/CMakeLists.txt index f7e9a04..d54b6fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,22 +5,16 @@ ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -Wmissing-declarations) SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") -IF(APPLE) - INCLUDE_DIRECTORIES(/opt/local/include) - LINK_DIRECTORIES(/opt/local/lib) -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 - proto.c proto-static.c proto-shell.c - config.c device.c bridge.c vlan.c alias.c - ubus.c) + iprule.c proto.c proto-static.c proto-shell.c + config.c device.c bridge.c veth.c vlan.c alias.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)