add blobmsg list helpers
[project/procd.git] / CMakeLists.txt
index a903ac8cdd9331c1e60c6be79cd45ff8042e680f..aaa3982701d54724a44240ed65e4292c2259550f 100644 (file)
@@ -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)