From 501c6d70a6a7357652e2a4fb1ad5856d90bde29b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 28 Nov 2015 21:08:58 +0100 Subject: Remove trigger and watch support, clean up service handling --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7419ca5..26f7854 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,10 +8,9 @@ SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") SET(SOURCES procd.c signal.c watchdog.c state.c askconsole.c ubus.c system.c early.c - service/service.c service/instance.c service/trigger.c service/watch.c - utils/utils.c) + service/service.c service/instance.c utils/utils.c) -SET(LIBS ubox ubus json-c blobmsg_json json_script) +SET(LIBS ubox ubus json-c blobmsg_json) IF(DEBUG) ADD_DEFINITIONS(-DDEBUG -g3) -- cgit v1.2.3