X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=CMakeLists.txt;h=122e85027a590beb72f4bf34d404516306491c9a;hp=6142e5cf01faba39210b3090da6d7593708df172;hb=7c61c535becbb04b9babc09d4e6cfe05d94ab19f;hpb=e5c9b0411d7ebc03a9edbdd3a7809f0e0bdb38dd diff --git a/CMakeLists.txt b/CMakeLists.txt index 6142e5c..122e850 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 system.c) +ADD_EXECUTABLE(luci-rpcd main.c session.c file.c uci.c iwinfo.c luci2.c) TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus uci iwinfo) SET(CMAKE_INSTALL_PREFIX /usr)