X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=1f35d2602669e237cdc34b1224d3ef1ce9b0d122;hb=abf52371db75eb449f12209ca1b7ffaa9d2baa22;hp=777a8e8fa576e896ac834926522bb1f4595f1cc6;hpb=5dd87fd8ad3a42c71d90a8fecc893af973e552bf;p=project%2Fnetifd.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 777a8e8..1f35d26 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 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) 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)