move instance code to a separate source file
[project/procd.git] / CMakeLists.txt
index 4666b399d22ff6229c828e7d797f4ffb8ddf1f94..a903ac8cdd9331c1e60c6be79cd45ff8042e680f 100644 (file)
@@ -10,7 +10,7 @@ IF(APPLE)
   LINK_DIRECTORIES(/opt/local/lib)
 ENDIF()
 
-SET(SOURCES main.c ubus.c service.c)
+SET(SOURCES main.c ubus.c service.c instance.c)
 
 SET(LIBS ubox ubus)