summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-01 12:00:55 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-06-01 12:00:55 +0200
commit843fe9bb5b77fd20153816400ce918989730f99d (patch)
tree79d355a7b0dda58e078575de568ec14d3407ffd3 /CMakeLists.txt
parentca808f5c335a873c87359ce024e1a14ebae706b9 (diff)
downloadunitd-843fe9bb5b77fd20153816400ce918989730f99d.tar
unitd-843fe9bb5b77fd20153816400ce918989730f99d.zip
add the service object
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 b696b32..16e7cb5 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)
+SET(SOURCES main.c ubus.c api.c)
SET(LIBS ubox ubus)