X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=CMakeLists.txt;h=6142e5cf01faba39210b3090da6d7593708df172;hp=eef3856416574da2c125f09ec9d0b0fb6a720edc;hb=e5c9b0411d7ebc03a9edbdd3a7809f0e0bdb38dd;hpb=0607cfda5b3449d0850861c140d36fbcc0f2ef1d diff --git a/CMakeLists.txt b/CMakeLists.txt index eef3856..6142e5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ IF(APPLE) LINK_DIRECTORIES(/opt/local/lib) ENDIF() -ADD_EXECUTABLE(luci-rpcd main.c session.c file.c) -TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus) +ADD_EXECUTABLE(luci-rpcd main.c session.c file.c uci.c iwinfo.c system.c) +TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus uci iwinfo) SET(CMAKE_INSTALL_PREFIX /usr)