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