X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=CMakeLists.txt;h=6142e5cf01faba39210b3090da6d7593708df172;hp=3c3470016c9498782d69f10795a1706d38dbe09e;hb=e5c9b0411d7ebc03a9edbdd3a7809f0e0bdb38dd;hpb=9345600006c73767838efde4d7b900248fa8a1df diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c34700..6142e5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ IF(APPLE) LINK_DIRECTORIES(/opt/local/lib) ENDIF() -ADD_EXECUTABLE(luci-rpcd main.c session.c file.c uci.c iwinfo.c) +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)