implement more parts of the service core api
[project/procd.git] / CMakeLists.txt
index 16e7cb5..4666b39 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)
 
 SET(LIBS ubox ubus)