X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=CMakeLists.txt;h=aaa3982701d54724a44240ed65e4292c2259550f;hp=16e7cb5869b202eed285ddb96500e4fbbbf5b904;hb=adcfdfd838f54f15ec7f4be6b5e8e5b78ddd3393;hpb=843fe9bb5b77fd20153816400ce918989730f99d diff --git a/CMakeLists.txt b/CMakeLists.txt index 16e7cb5..aaa3982 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ IF(APPLE) LINK_DIRECTORIES(/opt/local/lib) ENDIF() -SET(SOURCES main.c ubus.c api.c) +SET(SOURCES main.c ubus.c service.c instance.c utils.c) SET(LIBS ubox ubus)