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