X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=CMakeLists.txt;h=aaa3982701d54724a44240ed65e4292c2259550f;hp=4666b399d22ff6229c828e7d797f4ffb8ddf1f94;hb=063b8c2b5301646335dac66f1167bc8f128537a7;hpb=e0d721487a618490a7db06f76904868a71684071 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4666b39..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 service.c) +SET(SOURCES main.c ubus.c service.c instance.c utils.c) SET(LIBS ubox ubus)