add blobmsg_list_move
[project/procd.git] / CMakeLists.txt
index 16e7cb5..aaa3982 100644 (file)
@@ -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)