summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-01 23:14:57 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-06-01 23:24:58 +0200
commite0d721487a618490a7db06f76904868a71684071 (patch)
tree6ef0e0d41577a4631033ac897ee8f27b3a34ccf1 /CMakeLists.txt
parent843fe9bb5b77fd20153816400ce918989730f99d (diff)
downloadunitd-e0d721487a618490a7db06f76904868a71684071.tar
unitd-e0d721487a618490a7db06f76904868a71684071.zip
implement more parts of the service core api
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 16e7cb5..4666b39 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)